C# Class XTask.Logging.Logger

Inheritance: ILogger
ファイルを表示 Open project: JeremyKuhne/XTask

Public Methods

Method Description
Write ( ITable table ) : void
Write ( WriteStyle style, string format ) : void
Write ( string value ) : void
WriteLine ( ) : void
WriteLine ( WriteStyle style, string format ) : void
WriteLine ( string value ) : void

Protected Methods

Method Description
WriteInternal ( WriteStyle style, string value ) : void

Method Details

Write() public abstract method

public abstract Write ( ITable table ) : void
table ITable
return void

Write() public method

public Write ( WriteStyle style, string format ) : void
style WriteStyle
format string
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteInternal() protected abstract method

protected abstract WriteInternal ( WriteStyle style, string value ) : void
style WriteStyle
value string
return void

WriteLine() public method

public WriteLine ( ) : void
return void

WriteLine() public method

public WriteLine ( WriteStyle style, string format ) : void
style WriteStyle
format string
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void