C# Class Common.Logging.Log4Net.Log4NetNestedThreadVariablesContext

A global context for logger variables
Inheritance: INestedVariablesContext
Show file Open project: net-commons/common-logging

Public Methods

Method Description
Clear ( ) : void

Remove all items from nested context

Pop ( ) : string

Removes the top context from this stack.

Push ( string text ) : IDisposable

Pushes a new context message into this stack.

Method Details

Clear() public method

Remove all items from nested context
public Clear ( ) : void
return void

Pop() public method

Removes the top context from this stack.
public Pop ( ) : string
return string

Push() public method

Pushes a new context message into this stack.
public Push ( string text ) : IDisposable
text string The new context message text.
return IDisposable