Log Class | ![]() |
Namespace: Lawo.Diagnostics.Tracing
public sealed class Log : EventSource
The Log type exposes the following members.
Name | Description | |
---|---|---|
![]() | Guid | The unique identifier for the event source. (Inherited from EventSource.) |
![]() ![]() | Instance | Gets the instance. |
![]() | Name | The friendly name of the class that is derived from the event source. (Inherited from EventSource.) |
Name | Description | |
---|---|---|
![]() ![]() | Critical(String, Int32, String) |
Logs on critical level.
|
![]() ![]() | Critical(String, String, Int32, String) |
Logs on critical level.
|
![]() ![]() | Debug(String, Int32, String) |
Logs on debug level.
|
![]() ![]() | Debug(String, String, Int32, String) |
Logs on debug level.
|
![]() | Dispose | Releases all resources used by the current instance of the EventSource class. (Inherited from EventSource.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | Error(String, Int32, String) |
Logs on error level.
|
![]() ![]() | Error(String, String, Int32, String) |
Logs on error level.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Info(String, Int32, String) |
Logs on info level.
|
![]() ![]() | Info(String, String, Int32, String) |
Logs on info level.
|
![]() | IsEnabled | Determines whether the current event source is enabled. (Inherited from EventSource.) |
![]() | IsEnabled(EventLevel, EventKeywords) | Determines whether the current event source that has the specified level and keyword is enabled. (Inherited from EventSource.) |
![]() | ToString | Obtains a string representation of the current event source instance. (Inherited from EventSource.) |
![]() ![]() | Warn(String, Int32, String) |
Logs on warning level.
|
![]() ![]() | Warn(String, String, Int32, String) |
Logs on warn level.
|