C# Class Unicorn.Remote.Logging.ProgressReporter

Inheritance: ILogger
Datei anzeigen Open project: BerserkerDotNet/Unicorn.VisualStudio Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception exception ) : void
Error ( string message ) : void
Info ( string message ) : void
ProgressReporter ( StreamWriter output ) : System
ReportProgress ( int progress ) : void
ReportSimple ( string text, MessageLevel level ) : void
Warn ( string message ) : void

Private Methods

Method Description
SendMessage ( ReportType type, MessageLevel level, string message ) : void
SendOpeartionMessage ( MessageLevel level, string message ) : void

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Error() public method

public Error ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

ProgressReporter() public method

public ProgressReporter ( StreamWriter output ) : System
output System.IO.StreamWriter
return System

ReportProgress() public method

public ReportProgress ( int progress ) : void
progress int
return void

ReportSimple() public method

public ReportSimple ( string text, MessageLevel level ) : void
text string
level MessageLevel
return void

Warn() public method

public Warn ( string message ) : void
message string
return void