C# Class AdvUtils.Logger

Afficher le fichier Open project: zhongkaifu/AdvUtils

Méthodes publiques

Méthode Description
Close ( ) : void
WriteLine ( Level level, string s ) : void
WriteLine ( string s ) : void

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

WriteLine() public static méthode

public static WriteLine ( Level level, string s ) : void
level Level
s string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string s ) : void
s string
Résultat void