Logger Class |
Namespace: Openfin.Desktop.Logging
public sealed class Logger : IDisposable
The Logger type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose |
Disposes the current Logger instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Info(Object) |
Log a message at the Info trace level.
| |
| Info(String) |
Log a message at the Info trace level.
| |
| Info(String, Object) |
Log a message at the Info trace level.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Trace(Object) |
Log a message at the Info trace level.
| |
| Trace(String) |
Log a message at the Info trace level.
| |
| Trace(String, Object) |
Log a message at the Trace trace level.
|