C# Class Weaver.Util.Logger

Datei anzeigen Open project: FloodProject/flood

Public Methods

Method Description
Error ( string msg ) : void
Info ( string msg ) : void
Logger ( LogLevel level ) : System
Warning ( string msg ) : void

Private Methods

Method Description
Log ( LogLevel lvl, string msg ) : void

Method Details

Error() public method

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

Info() public method

public Info ( string msg ) : void
msg string
return void

Logger() public method

public Logger ( LogLevel level ) : System
level LogLevel
return System

Warning() public method

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