C# Class PackageInstaller.Logger

Mostra file Open project: madskristensen/PackageInstaller

Public Methods

Method Description
Initialize ( IServiceProvider provider, string name ) : void
Log ( Exception ex, bool showOutputWindow = false ) : void
Log ( string message, bool showOutputWindow = false ) : void

Private Methods

Method Description
EnsurePane ( ) : bool

Method Details

Initialize() public static method

public static Initialize ( IServiceProvider provider, string name ) : void
provider IServiceProvider
name string
return void

Log() public static method

public static Log ( Exception ex, bool showOutputWindow = false ) : void
ex System.Exception
showOutputWindow bool
return void

Log() public static method

public static Log ( string message, bool showOutputWindow = false ) : void
message string
showOutputWindow bool
return void