C# Class ReAttach.ReAttachTraceReporter

Inheritance: IReAttachReporter
Afficher le fichier Open project: erlandranvinge/ReAttach

Méthodes publiques

Méthode Description
ReportError ( string message ) : void
ReportTrace ( string message ) : void
ReportWarning ( string message ) : void

Method Details

ReportError() public méthode

public ReportError ( string message ) : void
message string
Résultat void

ReportTrace() public méthode

public ReportTrace ( string message ) : void
message string
Résultat void

ReportWarning() public méthode

public ReportWarning ( string message ) : void
message string
Résultat void