C# Class SunSync.Models.Log

Afficher le fichier Open project: qiniu/QSunSync

Méthodes publiques

Méthode Description
Close ( ) : void
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Init ( ) : void
Warn ( string message ) : void

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

Debug() public static méthode

public static Debug ( string message ) : void
message string
Résultat void

Error() public static méthode

public static Error ( string message ) : void
message string
Résultat void

Fatal() public static méthode

public static Fatal ( string message ) : void
message string
Résultat void

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

Warn() public static méthode

public static Warn ( string message ) : void
message string
Résultat void