| java.lang.Object com.salmonllc.util.LoggerLog4J
LoggerLog4J | public class LoggerLog4J implements com.salmonllc.util.Logger(Code) | | Concrete implementation of the logger class that logs using the Log4J
To have the framework use Log4J instead of SOFIA standard:
1) Make sure the log4J jar is in your class path.
2) Import this class into the com.salmonllc.util package
3) Set the property in your System.properties: MessageLogLoggerClass=com.salmonllc.util.LoggerLog4J
4) Optional, if you want to have log4J use something other then the default configuration set the property in your System.properties: MessageLogLoggerConfigFile=Log4J Config File (see the docs on Log4J for information on what to put in this file)
|
LoggerLog4J | public LoggerLog4J()(Code) | | |
|
|