C# Class BugTracker.ConsoleLog

Inheritance: ILog
ファイルを表示 Open project: Slesa/Playground

Public Methods

Method Description
ConsoleLog ( Type type ) : System
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void

Method Details

ConsoleLog() public method

public ConsoleLog ( Type type ) : System
type System.Type
return System

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Info() public method

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

Warn() public method

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