C# Class KeePassLib.Utility.AppLogEx

Application-wide logging services.
Mostrar archivo Open project: cappert/keepass2

Public Methods

Method Description
Close ( ) : void
Log ( Exception ex ) : void
Log ( string strText ) : void
Open ( string strPrefix ) : void

Method Details

Close() public static method

public static Close ( ) : void
return void

Log() public static method

public static Log ( Exception ex ) : void
ex System.Exception
return void

Log() public static method

public static Log ( string strText ) : void
strText string
return void

Open() public static method

public static Open ( string strPrefix ) : void
strPrefix string
return void