Click or drag to resize

ILoggerToHTMLTable Method

To the HTML table.

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

Parameters

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

Return Value

Type: String

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

See Also