While developing applications, its better to have logging levels to DEBUG or INFO.
log level are available are:
Finest, Finer, Fine, Config, Info, Warning, Severe, Off
However, the com.stc.codegen.logger.Logger class that is available in a JCD for logging still makes use of the old log4j levels which are:
debug, info, warn, error, fatal
The corelation is as follows:
debug == Fine
info == Info
warn == Warning
fatal == Severe
You can set the log levels in the Domain Web Administration Interface (Default: http://localhost:18000)
log level are available are:
Finest, Finer, Fine, Config, Info, Warning, Severe, Off
However, the com.stc.codegen.logger.Logger class that is available in a JCD for logging still makes use of the old log4j levels which are:
debug, info, warn, error, fatal
The corelation is as follows:
debug == Fine
info == Info
warn == Warning
fatal == Severe
You can set the log levels in the Domain Web Administration Interface (Default: http://localhost:18000)
0 comments:
Post a Comment