C# Class MechArcher.Log

Exibir arquivo Open project: RITMechArch/MechArch

Public Methods

Method Description
Clear ( ) : void
GetInstance ( ) : Log
WriteLine ( string message ) : void

Protected Methods

Method Description
OnLogChanged ( ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

GetInstance() public static method

public static GetInstance ( ) : Log
return Log

OnLogChanged() protected method

protected OnLogChanged ( ) : void
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void