Click or drag to resize

ILogger Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An interface to the ILogger.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface ILogger

The ILogger type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a debug message.
Public methodError
Logs an unknown error message.
Public methodIncoming
Logs an incoming message.
Public methodInfo
Logs an information message.
Public methodLogException(Exception)
Logs an exception.
Public methodLogException(Exception, String, Object)
Logs an exception with an accompanying string message describing the current exception.
Public methodOutgoing
Logs an outgoing message.
Public methodTrace
Logs a trace message for debugging purposes.
Public methodWarn
Logs a warning message.
Public methodWithCategory
Creates an ILogger with an associated category.
Public methodWithRequest
Creates an ILogger with an associated Request ID and RequestStringDelegate.
Public methodWriteEntry
Logs a LogEntry.
Top
See Also