C# Class Castle.Services.Logging.NLogtIntegration.ThreadContextStack

Inheritance: IContextStack
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
Clear ( ) : void
Pop ( ) : string
Push ( string message ) : IDisposable

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Pop() public méthode

public Pop ( ) : string
Résultat string

Push() public méthode

public Push ( string message ) : IDisposable
message string
Résultat IDisposable