메소드 | 설명 | |
---|---|---|
Cancel ( ) : void | ||
ConsoleProgressStatus ( bool verboseLog ) : System |
Initializes a new instance
|
|
ConsoleProgressStatus ( int logLevel ) : System |
Initializes a new instance
|
|
Log ( string msg ) : void | ||
ReportError ( string message, |
||
ReportWarning ( string message ) : void | ||
SetMessage ( string msg ) : void | ||
SetProgress ( double progress ) : void |
public ConsoleProgressStatus ( bool verboseLog ) : System | ||
verboseLog | bool | /// Set to true to enabled verbose log /// |
리턴 | System |
public ConsoleProgressStatus ( int logLevel ) : System | ||
logLevel | int | /// Verbosity level. 0: not verbose, 1: normal, >1 extra verbose /// |
리턴 | System |
public ReportError ( string message, |
||
message | string | |
exception | ||
리턴 | void |