C# Class BiliRanking.Core.Log

Exibir arquivo Open project: SkiTiSu/BiliRanking

Public Methods

Method Description
Debug ( string s ) : void
Error ( string s ) : void
Info ( string s ) : void
Warn ( string s ) : void

Method Details

Debug() public static method

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

Error() public static method

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

Info() public static method

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

Warn() public static method

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