Click or drag to resize

ILoggerRunningLog Method

Runnings the log.

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

Parameters

AsHTML (Optional)
Type: SystemBoolean
if set to true [as HTML].
includeVerbose (Optional)
Type: SystemBoolean
if set to true [include verbose].

Return Value

Type: String

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

See Also