 | LoggerToHTMLTable Method |
Creates a string to contain the HTML representation of the log using a table.
Namespace:
Koden.Utils.Logger
Assembly:
Koden.Utils.Logger (in Koden.Utils.Logger.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ToHTMLTable(
bool includeVerbose = false
)
Public Function ToHTMLTable (
Optional includeVerbose As Boolean = false
) As String
public:
virtual String^ ToHTMLTable(
bool includeVerbose = false
) sealed
abstract ToHTMLTable :
?includeVerbose : bool
(* Defaults:
let _includeVerbose = defaultArg includeVerbose false
*)
-> string
override ToHTMLTable :
?includeVerbose : bool
(* Defaults:
let _includeVerbose = defaultArg includeVerbose false
*)
-> string
Parameters
- includeVerbose (Optional)
- Type: SystemBoolean
if set to true [include verbose].
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.Logger.Logger.ToHTMLTable(System.Boolean)"]
Implements
ILoggerToHTMLTable(Boolean)
See Also