Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
EraseFileLog ( ) : bool | ||
Logging ( ) : System | ||
Open ( ) : bool | ||
UpdateFileLog ( string newMessage ) : bool | ||
UpdatePositionLog ( long dataLength ) : bool |
public CheckLogging ( MsgType msgType ) : bool | ||
msgType | MsgType | |
Результат | bool |
public GetMsgTypeStr ( MsgType msgType ) : string | ||
msgType | MsgType | |
Результат | string |
public SetCommandLineMode ( bool commandLineMode ) : bool | ||
commandLineMode | bool | |
Результат | bool |
public SetConsoleLogging ( bool useConsole ) : bool | ||
useConsole | bool | |
Результат | bool |
public SetConsoleMsgLevel ( MsgType newMsgLevel ) : bool | ||
newMsgLevel | MsgType | |
Результат | bool |
public SetFileLogging ( bool fileLogging ) : void | ||
fileLogging | bool | |
Результат | void |
public SetFileMsgLevel ( MsgType newMsgLevel ) : bool | ||
newMsgLevel | MsgType | |
Результат | bool |
public SetHighResTime ( bool useHighRes ) : bool | ||
useHighRes | bool | |
Результат | bool |
public SetLogFileMaxLength ( long maxLength ) : bool | ||
maxLength | long | |
Результат | bool |
public SetPathAndLogFileName ( string location ) : bool | ||
location | string | |
Результат | bool |
public SetUseMsgBox ( bool useMBox ) : bool | ||
useMBox | bool | |
Результат | bool |
public Write ( MsgType msgType, string extraInfo, string format ) : bool | ||
msgType | MsgType | |
extraInfo | string | |
format | string | |
Результат | bool |