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

Inheritance: IContextStack, IDisposable
Show file Open project: nats/castle-1.0.3-mono

Public Properties

Property Type Description
Instance NullContextStack

Public Methods

Method Description
Clear ( ) : void
Dispose ( ) : void
Pop ( ) : string
Push ( string message ) : IDisposable

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Pop() public method

public Pop ( ) : string
return string

Push() public method

public Push ( string message ) : IDisposable
message string
return IDisposable

Property Details

Instance public static property

public static NullContextStack Instance
return NullContextStack