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