C# Class Castle.Core.Logging.NullLogger.NullContextStack

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

Méthodes publiques

Свойство Type Description
Instance NullContextStack

Méthodes publiques

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : 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

Property Details

Instance public_oe static_oe property

public static NullContextStack Instance
Résultat NullContextStack