C# Class irek.Logger

ファイルを表示 Open project: theanti9/irek

Public Methods

Method Description
GetInstance ( ) : Logger
Kill ( ) : void
LogAccess ( string str ) : void
LogError ( string str ) : void

Private Methods

Method Description
Logger ( ) : System

Method Details

GetInstance() public static method

public static GetInstance ( ) : Logger
return Logger

Kill() public method

public Kill ( ) : void
return void

LogAccess() public method

public LogAccess ( string str ) : void
str string
return void

LogError() public method

public LogError ( string str ) : void
str string
return void