프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GetTimedMessage | string | ||
WriteErrorToLogFile | void | ||
WriteMessageToLogFile | void |
메소드 | 설명 | |
---|---|---|
Initialize ( bool logToTraceSetting, bool logToConsoleSetting, bool logToFileSetting, bool logExtendedMessageSetting, string logFileSetting, bool displayErrorsSetting, string errorFileSetting ) : void |
Initializes the specified settings.
|
|
WriteDebugLine ( string message ) : void |
Writes the extended line.
|
|
WriteError ( |
Writes the error.
|
|
WriteError ( string message ) : void |
Writes the Error.
|
|
WriteHeader ( string message ) : void |
Writes a header message.
|
|
WriteLine ( string message ) : void |
Writes the line.
|
메소드 | 설명 | |
---|---|---|
GetTimedMessage ( string type, string message ) : string |
Gets the timed message.
|
|
WriteErrorToLogFile ( string message ) : void |
Writes the error to log file.
|
|
WriteMessageToLogFile ( string message ) : void |
Writes the message to the log file.
|
public static Initialize ( bool logToTraceSetting, bool logToConsoleSetting, bool logToFileSetting, bool logExtendedMessageSetting, string logFileSetting, bool displayErrorsSetting, string errorFileSetting ) : void | ||
logToTraceSetting | bool | if set to |
logToConsoleSetting | bool | if set to |
logToFileSetting | bool | if set to |
logExtendedMessageSetting | bool | if set to |
logFileSetting | string | The log file setting. |
displayErrorsSetting | bool | if set to |
errorFileSetting | string | The error file setting. |
리턴 | void |
public static WriteDebugLine ( string message ) : void | ||
message | string | The message. |
리턴 | void |
public static WriteError ( |
||
exception | The exception. | |
리턴 | void |
public static WriteError ( string message ) : void | ||
message | string | The message. |
리턴 | void |
public static WriteHeader ( string message ) : void | ||
message | string | The message. |
리턴 | void |
public static WriteLine ( string message ) : void | ||
message | string | The message. |
리턴 | void |