C# 클래스 Common.Logging.Log4Net.Log4NetNestedThreadVariablesContext

A global context for logger variables
상속: INestedVariablesContext
파일 보기 프로젝트 열기: net-commons/common-logging

공개 메소드들

메소드 설명
Clear ( ) : void

Remove all items from nested context

Pop ( ) : string

Removes the top context from this stack.

Push ( string text ) : IDisposable

Pushes a new context message into this stack.

메소드 상세

Clear() 공개 메소드

Remove all items from nested context
public Clear ( ) : void
리턴 void

Pop() 공개 메소드

Removes the top context from this stack.
public Pop ( ) : string
리턴 string

Push() 공개 메소드

Pushes a new context message into this stack.
public Push ( string text ) : IDisposable
text string The new context message text.
리턴 IDisposable