C# Class Downsize.LoggingService

Afficher le fichier Open project: ChaseFlorell/Downsize

Méthodes publiques

Méthode Description
Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void
WriteError ( string message = "" ) : void
WriteLine ( string message = "" ) : void
WriteVerbose ( string message = "" ) : void

Private Methods

Méthode Description
WriteLog ( string message ) : void

Method Details

Init() public static méthode

public static Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void
logDir string
logToFile bool
verbose bool
quiet bool
Résultat void

WriteError() public static méthode

public static WriteError ( string message = "" ) : void
message string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string message = "" ) : void
message string
Résultat void

WriteVerbose() public static méthode

public static WriteVerbose ( string message = "" ) : void
message string
Résultat void