C# 클래스 TI.Toolbox.Logging

파일 보기 프로젝트 열기: x893/BTool

공개 메소드들

메소드 설명
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

메소드 상세

CheckLogging() 공개 메소드

public CheckLogging ( MsgType msgType ) : bool
msgType MsgType
리턴 bool

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

GetCommandLineMode() 공개 메소드

public GetCommandLineMode ( ) : bool
리턴 bool

GetConsoleLogging() 공개 메소드

public GetConsoleLogging ( ) : bool
리턴 bool

GetConsoleMsgLevel() 공개 메소드

public GetConsoleMsgLevel ( ) : MsgType
리턴 MsgType

GetFileLogging() 공개 메소드

public GetFileLogging ( ) : bool
리턴 bool

GetFileMsgLevel() 공개 메소드

public GetFileMsgLevel ( ) : MsgType
리턴 MsgType

GetHighResTime() 공개 메소드

public GetHighResTime ( ) : bool
리턴 bool

GetMsgTypeStr() 공개 메소드

public GetMsgTypeStr ( MsgType msgType ) : string
msgType MsgType
리턴 string

GetUseMsgBox() 공개 메소드

public GetUseMsgBox ( ) : bool
리턴 bool

SetCommandLineMode() 공개 메소드

public SetCommandLineMode ( bool commandLineMode ) : bool
commandLineMode bool
리턴 bool

SetConsoleLogging() 공개 메소드

public SetConsoleLogging ( bool useConsole ) : bool
useConsole bool
리턴 bool

SetConsoleMsgLevel() 공개 메소드

public SetConsoleMsgLevel ( MsgType newMsgLevel ) : bool
newMsgLevel MsgType
리턴 bool

SetFileLogging() 공개 메소드

public SetFileLogging ( bool fileLogging ) : void
fileLogging bool
리턴 void

SetFileMsgLevel() 공개 메소드

public SetFileMsgLevel ( MsgType newMsgLevel ) : bool
newMsgLevel MsgType
리턴 bool

SetHighResTime() 공개 메소드

public SetHighResTime ( bool useHighRes ) : bool
useHighRes bool
리턴 bool

SetLogFileMaxLength() 공개 메소드

public SetLogFileMaxLength ( long maxLength ) : bool
maxLength long
리턴 bool

SetPathAndLogFileName() 공개 메소드

public SetPathAndLogFileName ( string location ) : bool
location string
리턴 bool

SetUseMsgBox() 공개 메소드

public SetUseMsgBox ( bool useMBox ) : bool
useMBox bool
리턴 bool

Write() 공개 메소드

public Write ( MsgType msgType, string extraInfo, string format ) : bool
msgType MsgType
extraInfo string
format string
리턴 bool