C# Class SampleApp.BA.WixLog

Inheritance: ILog
ファイルを表示 Open project: distantcam/WiXManagedBootstrapperExample

Public Methods

Method Description
Error ( Exception exception ) : void
Info ( string format ) : void
Warn ( string format ) : void
WixLog ( Engine engine, Type t ) : System

Method Details

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Info() public method

public Info ( string format ) : void
format string
return void

Warn() public method

public Warn ( string format ) : void
format string
return void

WixLog() public method

public WixLog ( Engine engine, Type t ) : System
engine Engine
t System.Type
return System