Searched defs:SyslogHandler (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSyslogHandler.java47 public final class SyslogHandler extends Handler { class in inherits:Handler
62 private static SyslogHandler instance = null;
97 private SyslogHandler(String ident, Facility facility) method in class:SyslogHandler
110 * Return this virtual machine's instance of SyslogHandler,
119 public static SyslogHandler getInstance(String ident,
129 return (instance = new SyslogHandler(ident, facility));
143 return ("SyslogHandler(" + ident + ", " + facility.toString() +
240 * Formatters may not be used with SyslogHandler.

Completed in 56 milliseconds