C# Class Andover.Data.Logging.MonitoredScope

Inheritance: IDisposable
Datei anzeigen Open project: PetersonDave/Andover Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RecordException ( Exception ex ) : void
RecordInfo ( string message ) : void
RecordWarning ( string message ) : void

Protected Methods

Method Description
LogScopeComplete ( ) : void
LogScopeStart ( ) : void

Private Methods

Method Description
MonitoredScope ( ILogger log, MonitoredScopeContext monitoredScopeContext ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LogScopeComplete() protected method

protected LogScopeComplete ( ) : void
return void

LogScopeStart() protected method

protected LogScopeStart ( ) : void
return void

RecordException() public method

public RecordException ( Exception ex ) : void
ex System.Exception
return void

RecordInfo() public method

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

RecordWarning() public method

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