Click or drag to resize
IUpdateLog Interface
Provides properties and methods to log actions.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public interface IUpdateLog

The IUpdateLog type exposes the following members.

Methods
  NameDescription
Public methodIndent
Increases IndentLevel by one.
Public methodUnindent
Decreases IndentLevel by one.
Public methodWriteLine
Writes the specified text to the update log, followed by line terminator.
Top
Properties
  NameDescription
Public propertyIndentLevel
Gets or sets the indent level of the log.
Top
See Also