C# Class Common.Logging.Simple.NoOpNestedVariablesContext

A null-functionality implementation of INestedVariablesContext
Inheritance: INestedVariablesContext
Afficher le fichier Open project: net-commons/common-logging Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the context variables

Pop ( ) : string

Nothing to pop

Push ( string text ) : IDisposable

Ignore the push

Method Details

Clear() public méthode

Clears the context variables
public Clear ( ) : void
Résultat void

Pop() public méthode

Nothing to pop
public Pop ( ) : string
Résultat string

Push() public méthode

Ignore the push
public Push ( string text ) : IDisposable
text string
Résultat IDisposable