C# 클래스 Common.Logging.Simple.NoOpNestedVariablesContext

A null-functionality implementation of INestedVariablesContext
상속: INestedVariablesContext
파일 보기 프로젝트 열기: net-commons/common-logging 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void

Clears the context variables

Pop ( ) : string

Nothing to pop

Push ( string text ) : IDisposable

Ignore the push

메소드 상세

Clear() 공개 메소드

Clears the context variables
public Clear ( ) : void
리턴 void

Pop() 공개 메소드

Nothing to pop
public Pop ( ) : string
리턴 string

Push() 공개 메소드

Ignore the push
public Push ( string text ) : IDisposable
text string
리턴 IDisposable