beautypg.com

Clear-Com Logic-Maestro User Manual

Page 127

background image

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(,Object[]);

Warn (Exception, string,
Object[]) [void]

Creates a warning object to be sent to a logger e.g.
.Warn(,mat>,Object[]);

Warn (IFormatprovider, string,
Object[]) [void]

Creates a warning object to be sent to a logger e.g.
.Warn(,mat>,Object[]);

Warn (Object) [void]

Creates a warning object to be sent to a logger e.g.
.Warn(Object[]);

Warn (string, Object[]) [void]

Creates a warning object to be sent to a logger e.g.
.Warn(,Object[]);

IsDebugEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
debug mode is enabled e.g.
Logger isDebugEnabled = .IsDebugEna-
bled;

IsDebugLowEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
debug low mode is enabled e.g.
Logger isDebugLowEnabled = .IsDebugLo-
wEnabled;

IsErrorEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
error reporting mode is enabled e.g.
Logger isErrorEnabled = .IsErrorEnabled;

IsFatalEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
fatal error reporting mode is enabled e.g.
Logger isFatalEnabled = .IsFatalEnabled;

IsInfoEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
info mode is enabled e.g.
Logger isInfoEnabled = .IsInfoEnabled;

IsWarnEnabled [bool]

Returns a boolean TRUE or FALSE indicating whether
warn mode is enabled e.g.
Logger isWarnEnabled = .IsEWarnEnabled;

Macro

Description