IUpdateLogWriteLine Method |
Writes the specified text to the update log, followed by line terminator.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxvoid WriteLine(
string content
)
Sub WriteLine (
content As String
)
void WriteLine(
String^ content
)
abstract WriteLine :
content : string -> unit
Parameters
- content
- Type: SystemString
The text to write.
See Also