C# Class StatusService.Log

Afficher le fichier Open project: SteamDatabase/SteamMonitor

Méthodes publiques

Méthode Description
WriteError ( string log ) : void
WriteInfo ( string log ) : void
WriteStatus ( string log ) : void

Private Methods

Méthode Description
WriteLine ( string log ) : void

Method Details

WriteError() public static méthode

public static WriteError ( string log ) : void
log string
Résultat void

WriteInfo() public static méthode

public static WriteInfo ( string log ) : void
log string
Résultat void

WriteStatus() public static méthode

public static WriteStatus ( string log ) : void
log string
Résultat void