Click or drag to resize

LoggerRunningLog Method

Gets or sets the running log (for sending just current log via Email, etc).

Namespace:  Koden.Utils.Logger
Assembly:  Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string RunningLog(
	bool AsHTML = false,
	bool includeVerbose = false
)

Parameters

AsHTML (Optional)
Type: SystemBoolean
if set to true newlines are replaced with
.
includeVerbose (Optional)
Type: SystemBoolean
if set to true [include verbose] logs.

Field Value

Type: String
The running log of the current operation.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.Logger.Logger.RunningLog(System.Boolean,System.Boolean)"]

Implements

ILoggerRunningLog(Boolean, Boolean)
See Also