Click or drag to resize

AbstractLoggerWithCategory Method

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

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

Parameters

category
Type: SystemString
The category for the AbstractLogger.

Return Value

Type: ILogger
A logger with a category.

Implements

ILoggerWithCategory(String)
See Also