Click or drag to resize
Log Methods

The Log type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCritical(String, Int32, String)
Logs on critical level.
Public methodStatic memberCritical(String, String, Int32, String)
Logs on critical level.
Public methodStatic memberDebug(String, Int32, String)
Logs on debug level.
Public methodStatic memberDebug(String, String, Int32, String)
Logs on debug level.
Public methodDispose
Releases all resources used by the current instance of the EventSource class.
(Inherited from EventSource.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberError(String, Int32, String)
Logs on error level.
Public methodStatic memberError(String, String, Int32, String)
Logs on error level.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberInfo(String, Int32, String)
Logs on info level.
Public methodStatic memberInfo(String, String, Int32, String)
Logs on info level.
Public methodIsEnabled
Determines whether the current event source is enabled.
(Inherited from EventSource.)
Public methodIsEnabled(EventLevel, EventKeywords)
Determines whether the current event source that has the specified level and keyword is enabled.
(Inherited from EventSource.)
Public methodToString
Obtains a string representation of the current event source instance.
(Inherited from EventSource.)
Public methodStatic memberWarn(String, Int32, String)
Logs on warning level.
Public methodStatic memberWarn(String, String, Int32, String)
Logs on warn level.
Top
See Also