C# Class PclUnit.Run.Log

Inheritance: ILog
ファイルを表示 Open project: jbtule/PclUnit

Public Methods

Method Description
Indent ( ) : void
ToString ( ) : string
UnIndent ( ) : void
Write ( string format ) : void
WriteLine ( string format ) : void

Private Methods

Method Description
WriteIndent ( ) : void

Method Details

Indent() public method

public Indent ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

UnIndent() public method

public UnIndent ( ) : void
return void

Write() public method

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

WriteLine() public method

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