Clear-Com Logic-Maestro User Manual
Page 127
Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual
2 - 6 1
Warn (Exception, Object) [void]
Creates a warning object to be sent to a logger e.g.
Warn (Exception, string,
Object[]) [void]
Creates a warning object to be sent to a logger e.g.
Warn (IFormatprovider, string,
Object[]) [void]
Creates a warning object to be sent to a logger e.g.
Warn (Object) [void]
Creates a warning object to be sent to a logger e.g.
Warn (string, Object[]) [void]
Creates a warning object to be sent to a logger e.g.
IsDebugEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
debug mode is enabled e.g.
Logger isDebugEnabled =
IsDebugLowEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
debug low mode is enabled e.g.
Logger isDebugLowEnabled =
IsErrorEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
error reporting mode is enabled e.g.
Logger isErrorEnabled =
IsFatalEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
fatal error reporting mode is enabled e.g.
Logger isFatalEnabled =
IsInfoEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
info mode is enabled e.g.
Logger isInfoEnabled =
IsWarnEnabled [bool]
Returns a boolean TRUE or FALSE indicating whether
warn mode is enabled e.g.
Logger isWarnEnabled =
Macro
Description