C# Класс Common.Logging.Log4Net.Log4NetNestedThreadVariablesContext

A global context for logger variables
Наследование: INestedVariablesContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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