Click or drag to resize
IUpdateLogWriteLine Method
Writes the specified text to the update log, followed by line terminator.

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
void WriteLine(
	string content
)

Parameters

content
Type: SystemString
The text to write.
See Also