C# Class Common.Logging.Simple.NoOpNestedVariablesContext

A null-functionality implementation of INestedVariablesContext
Inheritance: INestedVariablesContext
Show file Open project: net-commons/common-logging Class Usage Examples

Public Methods

Method Description
Clear ( ) : void

Clears the context variables

Pop ( ) : string

Nothing to pop

Push ( string text ) : IDisposable

Ignore the push

Method Details

Clear() public method

Clears the context variables
public Clear ( ) : void
return void

Pop() public method

Nothing to pop
public Pop ( ) : string
return string

Push() public method

Ignore the push
public Push ( string text ) : IDisposable
text string
return IDisposable