com.sun.idm.logging.syslog
Class SyslogManager

java.lang.Object
  extended bycom.sun.idm.logging.syslog.SyslogManager

public class SyslogManager
extends java.lang.Object

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

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

SyslogManager

public SyslogManager()
Method Detail

getLogger

public static Syslog getLogger(Component component)
Get a logger for the specified component.

Parameters:
component - - the component for which to obtain the logger.
Returns:
the Syslog for the specified component.