Clear-Com Logic-Maestro User Manual
Page 126
Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual
2 - 6 0
GetLogger (string) [Logger]
Gets information for the logger specified in the string
parameter e.g.
Logger
GetLogger (Type) [Logger]
Gets information for the logger specified in the type
parameter e.g.
Logger
GetType () [Type]
Returns the type of an object previously created by a
control macro. e.g.
Type
HasLoggingStarted () [bool]
Returns a boolean to indicate whether logging has been
started or not e.g.
bool
Info (Exception, IFormatPro-
vider, string, Object[]) [void]
Creates a information object to be sent to a logger e.g.
Info (Exception, Object) [void]
Creates a information object to be sent to a logger e.g.
Info (Exception, string, Object[])
[void]
Creates a information object to be sent to a logger e.g.
Info (IFormatProvider, string,
Object[]) [void]
Creates a information object to be sent to a logger e.g.
Info (Object) [void]
Creates a information object to be sent to a logger e.g.
Info (string, Object[]) [void]
Creates a information object to be sent to a logger e.g.
Push (string) [IDisposable]
creates a temporary string object e.g.
IDisposable
StartLogging () [void]
Command to start logging e.g.
Logger.StartLogging();
ToString () [string]
Returns the string value of an object previously created
by a control macro. e.g.
string
Warn (Exception, IFormatPro-
vider, string, Object[]) [void]
Creates a warning object to be sent to a logger e.g.
Macro
Description