C# Class KeePassLib.Utility.AppLogEx

Application-wide logging services.
Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

Méthode Description
Close ( ) : void
Log ( Exception ex ) : void
Log ( string strText ) : void
Open ( string strPrefix ) : void

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

Log() public static méthode

public static Log ( Exception ex ) : void
ex System.Exception
Résultat void

Log() public static méthode

public static Log ( string strText ) : void
strText string
Résultat void

Open() public static méthode

public static Open ( string strPrefix ) : void
strPrefix string
Résultat void