Node Director
|
Public Member Functions | |
SyslogThread () | |
void | cleanup () |
void | work () |
Public Member Functions inherited from sfi.director.util.StoppableThread | |
synchronized void | stopGracefully () |
void | interrupt () |
void | clearInterrupt () |
Public Member Functions inherited from sfi.director.util.DirectorThread | |
DirectorThread () | |
final void | run () |
Static Public Member Functions | |
static void | log (LogEntry log) |
Additional Inherited Members | |
Public Attributes inherited from sfi.director.util.StoppableThread | |
boolean | keeprunning = true |
Exception | stack |
Protected Member Functions inherited from sfi.director.util.DirectorThread | |
void | finalize () throws Throwable |
sfi.director.util.SyslogThread.SyslogThread | ( | ) |
References sfi.director.util.Tools.rememberCleanup().
Referenced by sfi.director.util.SyslogThread.log().
void sfi.director.util.SyslogThread.cleanup | ( | ) |
Implements sfi.director.util.CleanUpable.
References sfi.director.util.StoppableThread.stopGracefully().
|
static |
References sfi.director.util.SyslogThread.SyslogThread().
Referenced by sfi.director.util.Logger.syslog(), and sfi.director.util.SyslogThread.work().
void sfi.director.util.SyslogThread.work | ( | ) |
Reimplemented from sfi.director.util.DirectorThread.
References com.ice.syslog.SyslogDefs.DEFAULT_PORT, sfi.director.util.Tools.execWait(), com.ice.syslog.SyslogDefs.getFacility(), sfi.director.util.LogEntry.getLevelStr(), sfi.director.util.LogEntry.getMessage(), com.ice.syslog.SyslogDefs.getPriority(), sfi.director.util.MyProperties.getProperty(), sfi.director.util.StoppableThread.keeprunning, sfi.director.util.SyslogThread.log(), sfi.director.util.Setup.programname, sfi.director.util.Setup.properties, and com.ice.syslog.Syslog.syslog().