C# Class Foobricator.Tools.Log

Inheritance: ILog
显示文件 Open project: geoffles/Foobricator

Public Properties

Property Type Description
Instance ILog

Public Methods

Method Description
Error ( string message ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Error() public method

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

Info() public method

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

Trace() public method

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

Warn() public method

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

Property Details

Instance public_oe static_oe property

public static ILog Instance
return ILog