C# Class Skytap.Utilities.FileLogger

Inheritance: Logger
Afficher le fichier Open project: skytap/Skytap-TFS-Automation-Pack

Méthodes publiques

Méthode Description
FileLogger ( ) : System
Flush ( ) : void

Write out the contents of the log string to the file, flushing the contents of the in-memory string.

Méthodes protégées

Méthode Description
_LogError ( string message ) : void
_LogImportant ( string message ) : void
_LogInfo ( string message ) : void

Private Methods

Méthode Description
IncrementLinesAndCheckFlush ( ) : void

Method Details

FileLogger() public méthode

public FileLogger ( ) : System
Résultat System

Flush() public méthode

Write out the contents of the log string to the file, flushing the contents of the in-memory string.
public Flush ( ) : void
Résultat void

_LogError() protected méthode

protected _LogError ( string message ) : void
message string
Résultat void

_LogImportant() protected méthode

protected _LogImportant ( string message ) : void
message string
Résultat void

_LogInfo() protected méthode

protected _LogInfo ( string message ) : void
message string
Résultat void