Click or drag to resize
Log Class
Implements log functionality.
Inheritance Hierarchy

Namespace: Lawo.Diagnostics.Tracing
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class Log : EventSource

The Log type exposes the following members.

Properties
  NameDescription
Public propertyGuid
The unique identifier for the event source.
(Inherited from EventSource.)
Public propertyStatic memberInstance
Gets the instance.
Public propertyName
The friendly name of the class that is derived from the event source.
(Inherited from EventSource.)
Top
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also