C# Class Oglr.Core.Logger

Show file Open project: SteveDunn/oglr

Public Methods

Method Description
Logger ( ) : System
log ( string message ) : void

Private Methods

Method Description
box ( string message ) : string

Method Details

Logger() public method

public Logger ( ) : System
return System

log() public method

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