C# Class Telegram.Core.Logging.Logger

ファイルを表示 Open project: naphaso/kilogram

Public Methods

Method Description
Logger ( Type type ) : System
debug ( string format ) : void
error ( string format ) : void
info ( string format ) : void
warning ( string format ) : void

Private Methods

Method Description
logWithLevel ( LoggingLevel targetLevel, string format ) : void

Method Details

Logger() public method

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

debug() public method

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

error() public method

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

info() public method

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

warning() public method

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