|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.idm.logging.syslog.SyslogManager
SyslogManager provides a system log management access point. It is used to configure the system log loggers, as well as to obtain a per-component logger. The system log is self-initializing, although by default, records will be sent to standard error.
Field Summary | |
static java.lang.String |
code_id
|
Constructor Summary | |
SyslogManager()
|
Method Summary | |
static Syslog |
getLogger(Component component)
Get a logger for the specified component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
Constructor Detail |
public SyslogManager()
Method Detail |
public static Syslog getLogger(Component component)
component
- - the component for which to obtain the logger.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |