Uses of Class
com.digi.config.util.SystemLogEntry

Packages that use SystemLogEntry
com.digi.config.util Provides utility classes commonly used by configuration applets and applications.  
 

Uses of SystemLogEntry in com.digi.config.util
 

Methods in com.digi.config.util that return SystemLogEntry
static SystemLogEntry SystemLog.log(java.lang.String msgId)
          Helper to send a simple message to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.lang.Throwable t)
          Helper to send a simple message & associated exception to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams)
          Helper to send a parameterized message to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams, java.lang.Throwable t)
          Helper to send a parameterized message & associated exception to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams, java.io.Serializable[] detailMsgParams)
          Helper to send a parameterized message with detailed text to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams, java.io.Serializable[] detailMsgParams, java.lang.Throwable t)
          Helper to send a parameterized message & associated exception with detailed text to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams, java.io.Serializable[] detailMsgParams, int severity)
          Helper to send a parameterized message with detailed text to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.io.Serializable[] msgParams, java.io.Serializable[] detailMsgParams, int severity, java.lang.Throwable t)
          Helper to send a parameterized message with detailed text & associated exception to the system log.
static SystemLogEntry SystemLog.log(java.lang.String msgId, java.lang.String msgRbName, java.io.Serializable[] msgParams, java.io.Serializable[] detailMsgParams, int severity, java.lang.Throwable t)
          Helper to send a parameterized message with detailed text to the system log.
static SystemLogEntry SystemLog.log(java.lang.Throwable t)
          Helper to send an Exception message to the system log.
static SystemLogEntry SystemLog.log(SystemLogEntry entry)
          Helper to send a SystemLogEntry to the SystemLogCtlr Note that all the other helper methods end up calling this one.
static SystemLogEntry SystemLog.debug(java.lang.String msg)
          Helper to send a debug message to the system log.
static SystemLogEntry SystemLog.debug(java.lang.String msg, java.lang.Throwable t)
          Helper to send a debug message & associated exception to the system log.
 

Methods in com.digi.config.util with parameters of type SystemLogEntry
 void SystemLogCtlrImpl.add(SystemLogEntry item)
          Adds a LogEntry to the SystemLog.
 void SystemLogCtlr.add(SystemLogEntry item)
          Adds a LogEntry to the SystemLog.
static SystemLogEntry SystemLog.log(SystemLogEntry entry)
          Helper to send a SystemLogEntry to the SystemLogCtlr Note that all the other helper methods end up calling this one.
 



Copyright © 2001-2002 Digi International. All Rights Reserved.