Clear-Com Logic-Maestro User Manual

Page 126

Advertising
background image

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 <result> = Logger.GetLogger(<string>);

GetLogger (Type) [Logger]

Gets information for the logger specified in the type
parameter e.g.
Logger <result> = Logger.GetLogger(<type>);

GetType () [Type]

Returns the type of an object previously created by a
control macro. e.g.
Type <result> = <object>.GetType();

HasLoggingStarted () [bool]

Returns a boolean to indicate whether logging has been
started or not e.g.
bool <result> = Logger.HasLoggingStarted();

Info (Exception, IFormatPro-
vider, string, Object[]) [void]

Creates a information object to be sent to a logger e.g.
<logger>.Info(<exception>,<format><string for-
mat>,Object[<object>]);

Info (Exception, Object) [void]

Creates a information object to be sent to a logger e.g.
<logger>.Info(<exception>,Object[<object>]);

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

Creates a information object to be sent to a logger e.g.
<logger>.Info(<exception>,<string for-
mat>,Object[<object>]);

Info (IFormatProvider, string,
Object[]) [void]

Creates a information object to be sent to a logger e.g.
<logger>.Info(<format><string for-
mat>,Object[<object>]);

Info (Object) [void]

Creates a information object to be sent to a logger e.g.
<logger>.Info(Object[<object>]);

Info (string, Object[]) [void]

Creates a information object to be sent to a logger e.g.
<logger>.Info(<string format>,Object[<object>]);

Push (string) [IDisposable]

creates a temporary string object e.g.
IDisposable <object> = Logger.Push(<string>);

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 <result> = <object>.ToString();

Warn (Exception, IFormatPro-
vider, string, Object[]) [void]

Creates a warning object to be sent to a logger e.g.
<logger>.Warn(<exception>,<format><string for-
mat>,Object[<object>]);

Macro

Description

Advertising