C# Class cleanLayer.Log

Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
AddReader ( ILog LogReader ) : void
RemoveReader ( ILog LogReader ) : void
WriteLine ( string text ) : void

Method Details

AddReader() public static method

public static AddReader ( ILog LogReader ) : void
LogReader ILog
return void

RemoveReader() public static method

public static RemoveReader ( ILog LogReader ) : void
LogReader ILog
return void

WriteLine() public static method

public static WriteLine ( string text ) : void
text string
return void