C# Class Framework.Logging.Log

ファイルを表示 Open project: Arctium-Emulation/Project-WoW

Public Properties

Property Type Description
Logger Logger

Public Methods

Method Description
Clear ( ) : void
Initialize ( LogTypes logTypes, LogFile logFile = null ) : void
Message ( LogTypes logType, string text ) : void
NewLine ( ) : void
WaitForKey ( ) : void

Method Details

Clear() public static method

public static Clear ( ) : void
return void

Initialize() public static method

public static Initialize ( LogTypes logTypes, LogFile logFile = null ) : void
logTypes LogTypes
logFile Framework.Logging.IO.LogFile
return void

Message() public static method

public static Message ( LogTypes logType, string text ) : void
logType LogTypes
text string
return void

NewLine() public static method

public static NewLine ( ) : void
return void

WaitForKey() public static method

public static WaitForKey ( ) : void
return void

Property Details

Logger public_oe static_oe property

public static Logger Logger
return Logger