public class MonitorLog4j extends CMonitorBase
| Constructor and Description |
|---|
MonitorLog4j() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogError(java.lang.String sMessage)
Log an error
|
void |
LogError(java.lang.String sMessage,
java.lang.Throwable e)
Log an error from a Throwable
Changed to Throwable (from Exception) and overload with Error was removed in build 606
|
void |
LogSystem(java.lang.String sMessage)
Log a system message
|
void |
LogTrace(java.lang.String sMessage)
Log a tracing message
If the logging level is Errors or Warnings, this doesn't do anything
|
void |
LogTrace(java.lang.String sMessage,
java.lang.Throwable e)
Log a tracing message from a Throwable
If the logging level is Errors or Warnings, this doesn't do anything
Changed to Throwable (from Exception) in build 606
|
void |
LogWarning(java.lang.String sMessage)
Log a warning
If the logging level is Errors, this doesn't do anything
|
void |
LogWarning(java.lang.String sMessage,
java.lang.Throwable e)
Log a warning from a Throwable
If the logging level is Errors, this doesn't do anything
Changed to Throwable (from Exception) in build 606
|
CategoryDefinitionsLoaded, Initialize, LoggingLevelFromString, LoggingLevelNameFromValue, MailboxEmpty, MailboxInitializationBegun, MailboxInitializationFinished, MailboxShutdownBegun, MailboxShutdownFinished, MessageCategorized, MessageCategorized, MessageCount, MessageFetched, MessageProcessed, MessageProcessed, MessageProcessed, MessageSkipped, MessageSkipped, Shutdown, SkippedRemovedMessage, ThreadKilled, ThreadKilledpublic void LogError(java.lang.String sMessage)
IMonitorLogError in interface IMonitorLogError in class CMonitorBasesMessage - The message to logpublic void LogError(java.lang.String sMessage,
java.lang.Throwable e)
IMonitorLogError in interface IMonitorLogError in class CMonitorBasesMessage - The message to loge - The Throwable to logpublic void LogWarning(java.lang.String sMessage)
IMonitorLogWarning in interface IMonitorLogWarning in class CMonitorBasesMessage - The message to logpublic void LogWarning(java.lang.String sMessage,
java.lang.Throwable e)
IMonitorLogWarning in interface IMonitorLogWarning in class CMonitorBasesMessage - The message to loge - The Throwable to logpublic void LogTrace(java.lang.String sMessage)
IMonitorLogTrace in interface IMonitorLogTrace in class CMonitorBasesMessage - The message to logpublic void LogTrace(java.lang.String sMessage,
java.lang.Throwable e)
IMonitorLogTrace in interface IMonitorLogTrace in class CMonitorBasesMessage - The message to loge - The Throwable to logpublic void LogSystem(java.lang.String sMessage)
IMonitorLogSystem in interface IMonitorLogSystem in class CMonitorBasesMessage - The message to log