ILoggerWithCategory Method | |
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
)
Function WithCategory (
category As String
) As ILogger
Parameters
- category
- Type: SystemString
The Ilog category.
Return Value
Type:
ILoggerA logger that, when written to, will contain the given category.
See Also