Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Common
Logging
Simple
NoOpNestedVariablesContext
C# Class Common.Logging.Simple.NoOpNestedVariablesContext
A null-functionality implementation of
INestedVariablesContext
Inheritance:
INestedVariablesContext
Mostrar archivo
Open project: net-commons/common-logging
Class Usage Examples
Public Methods
Method
Description
Clear
( ) :
void
Clears the context variables
Pop
( ) :
string
Nothing to pop
Push
(
string
text
) :
IDisposable
Ignore the push
Method Details
Clear()
public
method
Clears the context variables
public
Clear
( ) :
void
return
void
Pop()
public
method
Nothing to pop
public
Pop
( ) :
string
return
string
Push()
public
method
Ignore the push
public
Push
(
string
text
) :
IDisposable
text
string
return
IDisposable