C# Class Itenso.Sys.Logging.LoggerBase

Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Méthodes publiques

Méthode Description
IsSupportedException ( Exception exception ) : bool
PopContext ( ) : void
PushContext ( string context ) : IDisposable

Method Details

IsSupportedException() public méthode

public IsSupportedException ( Exception exception ) : bool
exception System.Exception
Résultat bool

PopContext() public méthode

public PopContext ( ) : void
Résultat void

PushContext() public méthode

public PushContext ( string context ) : IDisposable
context string
Résultat IDisposable