Property | Type | Description | |
---|---|---|---|
GlobalSwitch |
Method | Description | |
---|---|---|
AddOnLogMessage ( LogMessageEventHandler handler ) : void | ||
AddOnLogSwitchLevel ( LogSwitchLevelHandler handler ) : void | ||
AddStream ( Stream stream ) : void | ||
Error ( |
||
Error ( String message ) : void | ||
Error ( String switchname, String message ) : void | ||
LogMessage ( LoggingLevels level, String message ) : void | ||
Panic ( String message ) : void | ||
RemoveOnLogMessage ( LogMessageEventHandler handler ) : void | ||
RemoveOnLogSwitchLevel ( LogSwitchLevelHandler handler ) : void | ||
Status ( |
||
Status ( String message ) : void | ||
Status ( String switchname, String message ) : void | ||
Trace ( |
||
Trace ( String message ) : void | ||
Trace ( String switchname, String message ) : void | ||
Warning ( |
||
Warning ( String message ) : void | ||
Warning ( String switchname, String message ) : void |
Method | Description | |
---|---|---|
AddLogSwitch ( |
||
InvokeLogSwitchLevelHandlers ( |
||
Log ( ) : System.Runtime.Remoting | ||
LogMessage ( LoggingLevels level, |
||
ModifyLogSwitch ( int iNewLevel, String strSwitchName, String strParentName ) : void |
public static AddOnLogMessage ( LogMessageEventHandler handler ) : void | ||
handler | LogMessageEventHandler | |
return | void |
public static AddOnLogSwitchLevel ( LogSwitchLevelHandler handler ) : void | ||
handler | LogSwitchLevelHandler | |
return | void |
public static AddStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public static Error ( |
||
logswitch | ||
message | String | |
return | void |
public static Error ( String message ) : void | ||
message | String | |
return | void |
public static Error ( String switchname, String message ) : void | ||
switchname | String | |
message | String | |
return | void |
public static LogMessage ( LoggingLevels level, String message ) : void | ||
level | LoggingLevels | |
message | String | |
return | void |
public static Panic ( String message ) : void | ||
message | String | |
return | void |
public static RemoveOnLogMessage ( LogMessageEventHandler handler ) : void | ||
handler | LogMessageEventHandler | |
return | void |
public static RemoveOnLogSwitchLevel ( LogSwitchLevelHandler handler ) : void | ||
handler | LogSwitchLevelHandler | |
return | void |
public static Status ( |
||
logswitch | ||
message | String | |
return | void |
public static Status ( String message ) : void | ||
message | String | |
return | void |
public static Status ( String switchname, String message ) : void | ||
switchname | String | |
message | String | |
return | void |
public static Trace ( |
||
logswitch | ||
message | String | |
return | void |
public static Trace ( String message ) : void | ||
message | String | |
return | void |
public static Trace ( String switchname, String message ) : void | ||
switchname | String | |
message | String | |
return | void |
public static Warning ( |
||
logswitch | ||
message | String | |
return | void |
public static Warning ( String message ) : void | ||
message | String | |
return | void |
public static Warning ( String switchname, String message ) : void | ||
switchname | String | |
message | String | |
return | void |