 | ILoggerRunningLog Method |
Runnings the log.
Namespace:
Koden.Utils.Interfaces
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxstring RunningLog(
bool AsHTML = false,
bool includeVerbose = false
)
Function RunningLog (
Optional AsHTML As Boolean = false,
Optional includeVerbose As Boolean = false
) As String
String^ RunningLog(
bool AsHTML = false,
bool includeVerbose = false
)
abstract RunningLog :
?AsHTML : bool *
?includeVerbose : bool
(* Defaults:
let _AsHTML = defaultArg AsHTML false
let _includeVerbose = defaultArg includeVerbose false
*)
-> string
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