beautypg.com

Clear-Com Logic-Maestro User Manual

Page 126

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

GetLogger (Type) [Logger]

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

GetType () [Type]

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

HasLoggingStarted () [bool]

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

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

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

Info (Exception, Object) [void]

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

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

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

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

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

Info (Object) [void]

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

Info (string, Object[]) [void]

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

Push (string) [IDisposable]

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

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

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

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

Macro

Description