Skip to content

farsight-wm/logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

farsight-wm/logging

License: MIT

A more elegant logging than using pub.flow:debugLog ;)

Configure log files, levels, loggers with startup services.

TODO

  • Add a maven reactor project to build all at once.

Install

  1. Clone git repositories and build the maven projects (mvn clean install)
    1. farsight-wm:parent
    2. farsight-wm:utils
    3. farsight-wm:logging-log4jplugin
    4. farsight-wm:is-package-maven-plugin
    5. farsight-wm:logging (this one)
  2. Copy the generated IS package to your IntegrationServer (from farsight-wm:logging target/is/FarsightWmLogging)
  3. Load the package

Usage

TODO