C# Class Andover.Data.Logging.MonitoredScope

Inheritance: IDisposable
Afficher le fichier Open project: PetersonDave/Andover Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RecordException ( Exception ex ) : void
RecordInfo ( string message ) : void
RecordWarning ( string message ) : void

Méthodes protégées

Méthode Description
LogScopeComplete ( ) : void
LogScopeStart ( ) : void

Private Methods

Méthode Description
MonitoredScope ( ILogger log, MonitoredScopeContext monitoredScopeContext ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogScopeComplete() protected méthode

protected LogScopeComplete ( ) : void
Résultat void

LogScopeStart() protected méthode

protected LogScopeStart ( ) : void
Résultat void

RecordException() public méthode

public RecordException ( Exception ex ) : void
ex System.Exception
Résultat void

RecordInfo() public méthode

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

RecordWarning() public méthode

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