Click or drag to resize

ILoggerWithCategory Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an ILogger with an associated category.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
ILogger WithCategory(
	string category
)

Parameters

category
Type: SystemString
The Ilog category.

Return Value

Type: ILogger
A logger that, when written to, will contain the given category.
See Also