C# Class Boxer.Logger

Inheritance: ILogger
Datei anzeigen Open project: JRascall/boxer

Public Methods

Method Description
Debug ( string text ) : void
Error ( string text ) : void
Information ( string text ) : void
Warning ( string text ) : void

Method Details

Debug() public method

public Debug ( string text ) : void
text string
return void

Error() public method

public Error ( string text ) : void
text string
return void

Information() public method

public Information ( string text ) : void
text string
return void

Warning() public method

public Warning ( string text ) : void
text string
return void