Method | Description | |
---|---|---|
CheckLogging ( MsgType msgType ) : bool | ||
Close ( ) : bool | ||
GetCommandLineMode ( ) : bool | ||
GetConsoleLogging ( ) : bool | ||
GetConsoleMsgLevel ( ) : MsgType | ||
GetFileLogging ( ) : bool | ||
GetFileMsgLevel ( ) : MsgType | ||
GetHighResTime ( ) : bool | ||
GetMsgTypeStr ( MsgType msgType ) : string | ||
GetUseMsgBox ( ) : bool | ||
SetCommandLineMode ( bool commandLineMode ) : bool | ||
SetConsoleLogging ( bool useConsole ) : bool | ||
SetConsoleMsgLevel ( MsgType newMsgLevel ) : bool | ||
SetFileLogging ( bool fileLogging ) : void | ||
SetFileMsgLevel ( MsgType newMsgLevel ) : bool | ||
SetHighResTime ( bool useHighRes ) : bool | ||
SetLogFileMaxLength ( long maxLength ) : bool | ||
SetPathAndLogFileName ( string location ) : bool | ||
SetUseMsgBox ( bool useMBox ) : bool | ||
Write ( MsgType msgType, string extraInfo, string format ) : bool |
Method | Description | |
---|---|---|
EraseFileLog ( ) : bool | ||
Logging ( ) : System | ||
Open ( ) : bool | ||
UpdateFileLog ( string newMessage ) : bool | ||
UpdatePositionLog ( long dataLength ) : bool |
public CheckLogging ( MsgType msgType ) : bool | ||
msgType | MsgType | |
return | bool |
public GetMsgTypeStr ( MsgType msgType ) : string | ||
msgType | MsgType | |
return | string |
public SetCommandLineMode ( bool commandLineMode ) : bool | ||
commandLineMode | bool | |
return | bool |
public SetConsoleLogging ( bool useConsole ) : bool | ||
useConsole | bool | |
return | bool |
public SetConsoleMsgLevel ( MsgType newMsgLevel ) : bool | ||
newMsgLevel | MsgType | |
return | bool |
public SetFileLogging ( bool fileLogging ) : void | ||
fileLogging | bool | |
return | void |
public SetFileMsgLevel ( MsgType newMsgLevel ) : bool | ||
newMsgLevel | MsgType | |
return | bool |
public SetHighResTime ( bool useHighRes ) : bool | ||
useHighRes | bool | |
return | bool |
public SetLogFileMaxLength ( long maxLength ) : bool | ||
maxLength | long | |
return | bool |
public SetPathAndLogFileName ( string location ) : bool | ||
location | string | |
return | bool |
public Write ( MsgType msgType, string extraInfo, string format ) : bool | ||
msgType | MsgType | |
extraInfo | string | |
format | string | |
return | bool |