C# Class Castle.Services.Logging.Log4netIntegration.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
ThreadContextStack ( log4net log4netStack ) : System

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

ThreadContextStack() public method

public ThreadContextStack ( log4net log4netStack ) : System
log4netStack log4net
return System