C# Class Linguist.Log

ファイルを表示 Open project: jesse99/Linguist

Public Methods

Method Description
Indent ( ) : void
Unndent ( ) : void
WriteLine ( ) : void
WriteLine ( string line ) : void

Private Methods

Method Description
Log ( ) : System

Method Details

Indent() public static method

public static Indent ( ) : void
return void

Unndent() public static method

public static Unndent ( ) : void
return void

WriteLine() public static method

public static WriteLine ( ) : void
return void

WriteLine() public static method

public static WriteLine ( string line ) : void
line string
return void