Click or drag to resize

Log Methods

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

The Log type exposes the following members.

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
See Also