C# Class Downsize.LoggingService

ファイルを表示 Open project: ChaseFlorell/Downsize

Public Methods

Method 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

Method Description
WriteLog ( string message ) : void

Method Details

Init() public static method

public static Init ( string logDir, bool logToFile, bool verbose, bool quiet ) : void
logDir string
logToFile bool
verbose bool
quiet bool
return void

WriteError() public static method

public static WriteError ( string message = "" ) : void
message string
return void

WriteLine() public static method

public static WriteLine ( string message = "" ) : void
message string
return void

WriteVerbose() public static method

public static WriteVerbose ( string message = "" ) : void
message string
return void