C# Class Common.Logging.NLog.NLogNestedThreadVariablesContext

A global context for logger variables
Inheritance: INestedVariablesContext
Afficher le fichier Open project: net-commons/common-logging

Méthodes publiques

Méthode 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 méthode

Remove all items from nested context
public Clear ( ) : void
Résultat void

Pop() public méthode

Removes the top context from this stack.
public Pop ( ) : string
Résultat string

Push() public méthode

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