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

Page 124

Advertising
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.
<logger>.Debug(<exception>,<format><string for-
mat>,Object[<object>]);

Debug (Exception, Object) [void]

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

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

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

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

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

Debug (Object) [void]

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

Debug (string, Object[]) [void]

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

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

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

DebugLow (Exception, Object)
[void]

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

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

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

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

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

DebugLow (Object) [void]

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

DebugLow (string, Object[])
[void]

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

Advertising