Method | Description | |
---|---|---|
AddToLog ( string audit, bool alwaysLog ) : void |
Adds a message to the log
|
|
AddToLog ( string audit, bool alwaysLog, string logFile ) : void | ||
DebugLogAdd ( string entry ) : void |
Add an entry to the degug table
|
|
EventLogAdd ( string objectName, string eventName, string parameter1 = null, string parameter2 = null ) : void |
Add an entry to the event log table
|
|
EventLogClear ( ) : void |
Deletes everything from the event_log table
|
|
GetLogger ( ) : |
Get the current logger, if no logger has been specified in a previous call then the default logger will be returned
|
|
GetLogger ( string requestedLogName ) : |
Method | Description | |
---|---|---|
GetConfiguration ( ) : void | ||
Logging ( string requestedLogName ) : System |
public AddToLog ( string audit, bool alwaysLog ) : void | ||
audit | string | |
alwaysLog | bool | |
return | void |
public static AddToLog ( string audit, bool alwaysLog, string logFile ) : void | ||
audit | string | |
alwaysLog | bool | |
logFile | string | |
return | void |
public DebugLogAdd ( string entry ) : void | ||
entry | string | String to add to the debug table |
return | void |
public EventLogAdd ( string objectName, string eventName, string parameter1 = null, string parameter2 = null ) : void | ||
objectName | string | Object Name |
eventName | string | Event Name |
parameter1 | string | |
parameter2 | string | |
return | void |
public static GetLogger ( string requestedLogName ) : |
||
requestedLogName | string | |
return |