C# Class Itenso.Sys.Logging.LoggerBase

Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
IsSupportedException ( Exception exception ) : bool
PopContext ( ) : void
PushContext ( string context ) : IDisposable

Method Details

IsSupportedException() public method

public IsSupportedException ( Exception exception ) : bool
exception System.Exception
return bool

PopContext() public method

public PopContext ( ) : void
return void

PushContext() public method

public PushContext ( string context ) : IDisposable
context string
return IDisposable