beautypg.com

Logging macros, Logging macros -58 – Clear-Com Logic-Maestro User Manual

Page 124

background image

Clear-Com Communication Systems

Eclipse Logic Maestro Instruction Manual

2 - 5 8

LOGGING MACROS

These macros are accessed by expanding the ‘Shared’ > ‘Logging’ >
‘Logger’ entry in the Available Modules menu. Logging macros allow
informatory, warning, error and fatal error messages to be output to a
logging device.

Macro

Description

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

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

Debug (Exception, Object) [void]

Creates a debug object to be sent to the logger e.g.
.Debug(,);

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

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

Debug (IformatProvider, string,
Object[]) [void]

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

Debug (Object) [void]

Creates a debug object to be sent to a logger e.g.
.Debug(]);

Debug (string, Object[]) [void]

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

DebugLow (Exception, IFormat-
Provider, string, Object[]) [void]

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

DebugLow (Exception, Object)
[void]

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

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

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

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

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

DebugLow (Object) [void]

Creates a debug object to be sent to a logger e.g.
.DebugLow(]);

DebugLow (string, Object[])
[void]

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