C# Class Emul8.Bootstrap.Logging.Logger

Show file Open project: emul8/emul8

Public Methods

Method Description
Info ( string message ) : void
Warning ( string message ) : void

Private Methods

Method Description
Logger ( ) : System

Method Details

Info() public method

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

Warning() public method

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