C# Class BoC.Logging.LogContext

Inheritance: ILogContext
Show file Open project: csteeg/BoC

Public Methods

Method Description
Dispose ( ) : void
LogContext ( string name ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LogContext() public method

public LogContext ( string name ) : System
name string
return System