Click or drag to resize

Log Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Allows applications to log messages. The actual work of writing the log messages is done via delegates, allowing applications to log messages to a file, the console, a window or any one of numerous targets.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.DiagnosticsLog

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static class Log

The Log type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLogger
Gets the global logger.
Top
Methods
  NameDescription
Public methodStatic memberCode exampleDebug
Logs a debug message.
Public methodStatic memberCode exampleError
Logs an error of an unknown type.
Public methodStatic memberCode exampleIncoming
Logs an incoming message.
Public methodStatic memberCode exampleInfo
Logs an information message.
Public methodStatic memberLogError Obsolete.
Public methodStatic memberCode exampleLogException(Exception)
Logs an exception.
Public methodStatic memberLogException(String, Exception) Obsolete.
Public methodStatic memberCode exampleLogException(Exception, String, Object)
Logs an exception with an accompanying string message describing the current exception.
Public methodStatic memberLogStatus Obsolete.
Public methodStatic memberLogWarning Obsolete.
Public methodStatic memberCode exampleOutgoing
Logs an outgoing message.
Public methodStatic memberCode exampleTrace
Logs a trace message for debugging purposes.
Public methodStatic memberCode exampleWarn
Logs a warning message.
Public methodStatic memberCode exampleWithCategory
Creates a logger with an associated category.
Top
Events
  NameDescription
Public eventStatic memberErrorNotification Obsolete.
Public eventStatic memberExceptionNotification Obsolete.
Public eventStatic memberCode exampleLogEvent
Called when an entry is written to the log.
Public eventStatic memberStatusNotification Obsolete.
Public eventStatic memberVerboseNotification Obsolete.
Public eventStatic memberWarningNotification Obsolete.
Top
See Also