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

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

Public Methods

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

Method Details

Clear() public method

public Clear ( ) : void
return void

Pop() public method

public Pop ( ) : string
return string

Push() public method

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