AbstractLoggerWithCategory Method | |
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
)
Public Overridable Function WithCategory (
category As String
) As ILogger
Parameters
- category
- Type: SystemString
The category for the AbstractLogger.
Return Value
Type:
ILoggerA logger with a category.
Implements
ILoggerWithCategory(String)See Also