IUpdateLog Interface |
Namespace: Kjs.AppLife.Update.Engine.Core
The IUpdateLog type exposes the following members.
Name | Description | |
---|---|---|
![]() | Indent |
Increases IndentLevel by one.
|
![]() | Unindent |
Decreases IndentLevel by one.
|
![]() | WriteLine |
Writes the specified text to the update log, followed by line terminator.
|
Name | Description | |
---|---|---|
![]() | IndentLevel |
Gets or sets the indent level of the log.
|