]
where severity codes (adapted from UNIX syslog) are:
0 - emergency
1 - alert
2 - critical
3 - error
4 - warning
5 - notice
6 - info
7 - debug
8 - call trace
and facility codes are:
av - address validation
cc - credit card
cms - general cms messaging
db - database
lbl - label generator
ods - ODS pickup
pld - pld messages
rav - rave
It allows the specification of a default logging severity
and one or more modified values for individual facilities.
-
dateTimeFormatStr
-
-
LogConfigReader(AppConfig, Logger)
-
-
log(LogContext, String, int, String, long)
-
dateTimeFormatStr
public static final String dateTimeFormatStr
LogConfigReader
public LogConfigReader(AppConfig config,
Logger primary)
log
public final int log(LogContext context,
String facility,
int priority,
String msg,
long code) throws LogException
- Overrides:
- log in class Logger
All Packages Class Hierarchy This Package Previous Next Index