C# Class AdvUtils.Logger

Show file Open project: zhongkaifu/AdvUtils

Public Methods

Method Description
Close ( ) : void
WriteLine ( Level level, string s ) : void
WriteLine ( string s ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

WriteLine() public static method

public static WriteLine ( Level level, string s ) : void
level Level
s string
return void

WriteLine() public static method

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