Suoranta.EnterpriseLib.Web - Developer API

LogService..::..SetColumnWidths Method

Set text-mode (Console and Trace) table for entity properties column widths in characters

Namespace:  Suoranta.EnterpriseLib.Logging
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public bool SetColumnWidths(
	int typeColumnWidth,
	int nameColumnWidth,
	int tableRowMaxWidth
)

Parameters

typeColumnWidth
Type: Int32
Property type column width
nameColumnWidth
Type: Int32
Property name column width
tableRowMaxWidth
Type: Int32
Maximum row width

Return Value

True if supplied values were valid, false otherwise