LoggerBase Methods

Glimpse API

LoggerBase Methods Glimpse API Documentation
The LoggerBase type exposes the following members.
Methods

  NameDescription
Public methodDebug(String)
Log message at Debug level.
Public methodDebug(String, Exception)
Log message at Debug level.
Public methodDebug(String,  Object )
Log message at Debug level.
Public methodDebug(String, Exception,  Object )
Log message at Debug level.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodError(String)
Log message at Error level.
Public methodError(String, Exception)
Log message at Error level.
Public methodError(String,  Object )
Log message at Error level.
Public methodError(String, Exception,  Object )
Log message at Error level.
Public methodFatal(String)
Log message at Fatal level.
Public methodFatal(String, Exception)
Log message at Fatal level.
Public methodFatal(String,  Object )
Log message at Fatal level.
Public methodFatal(String, Exception,  Object )
Log message at Fatal level.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodInfo(String)
Log message at Info level.
Public methodInfo(String, Exception)
Log message at Info level.
Public methodInfo(String,  Object )
Log message at Info level.
Public methodInfo(String, Exception,  Object )
Log message at Info level.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodTrace(String)
Log message at Trace level.
Public methodTrace(String, Exception)
Log message at Trace level.
Public methodTrace(String,  Object )
Log message at Trace level.
Public methodTrace(String, Exception,  Object )
Log message at Trace level.
Public methodWarn(String)
Log message at Warn level.
Public methodWarn(String, Exception)
Log message at Warn level.
Public methodWarn(String,  Object )
Log message at Warn level.
Public methodWarn(String, Exception,  Object )
Log message at Warn level.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also