Method | Description | |
---|---|---|
Debug ( string message ) : void | ||
Error ( |
||
Error ( string message ) : void | ||
Info ( string message ) : void | ||
ProgressReporter ( |
||
ReportProgress ( int progress ) : void | ||
ReportSimple ( string text, MessageLevel level ) : void | ||
Warn ( string message ) : void |
Method | Description | |
---|---|---|
SendMessage ( ReportType type, MessageLevel level, string message ) : void | ||
SendOpeartionMessage ( MessageLevel level, string message ) : void |
public Error ( |
||
exception | ||
return | void |
public ProgressReporter ( |
||
output | ||
return | System |
public ReportProgress ( int progress ) : void | ||
progress | int | |
return | void |
public ReportSimple ( string text, MessageLevel level ) : void | ||
text | string | |
level | MessageLevel | |
return | void |