C# Class ReAttach.ReAttachTraceReporter

Inheritance: IReAttachReporter
Show file Open project: erlandranvinge/ReAttach

Public Methods

Method Description
ReportError ( string message ) : void
ReportTrace ( string message ) : void
ReportWarning ( string message ) : void

Method Details

ReportError() public method

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

ReportTrace() public method

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

ReportWarning() public method

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