Method | Description | |
---|---|---|
CreateLogEvent ( ) : LogEventInfo |
Creates the log event which can be used to render layouts during installation/uninstallations.
|
|
Debug ( [ message ) : void |
Logs the specified debug message.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Error ( [ message ) : void |
Logs the specified error message.
|
|
Info ( [ message ) : void |
Logs the specified informational message.
|
|
InstallationContext ( ) : Windows.Adapters |
Initializes a new instance of the InstallationContext class.
|
|
InstallationContext ( |
Initializes a new instance of the InstallationContext class.
|
|
Trace ( [ message ) : void |
Logs the specified trace message.
|
|
Warning ( [ message ) : void |
Logs the specified warning message.
|
Method | Description | |
---|---|---|
Log ( LogLevel logLevel, [ message, object arguments ) : void |
public InstallationContext ( ) : Windows.Adapters | ||
return | Windows.Adapters |
public InstallationContext ( |
||
logOutput | The log output. | |
return | Windows.Adapters |