Sends simple log messages to the Output window in Visual Studio.
Only works when the code is built in debug.
Inheritance Hierarchy
Relativity.Kepler.Logging.OutputWindowLogger
Namespace: Relativity.Kepler.Logging
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public class OutputWindowLogger : ILog
The OutputWindowLogger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OutputWindowLogger |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| ForContext(Type) |
Not implemented.
| |
| ForContext(String, Object, Boolean) |
Not implemented.
| |
| ForContext<T>() |
Not implemented.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogContextPushProperty |
Not implemented.
| |
| LogDebug(String,Object[]) |
Logs to the Output window
| |
| LogDebug(Exception, String,Object[]) |
Logs to the Output window
| |
| LogError(String,Object[]) |
Logs to the Output window
| |
| LogError(Exception, String,Object[]) |
Logs to the Output window
| |
| LogFatal(String,Object[]) |
Logs to the Output window
| |
| LogFatal(Exception, String,Object[]) |
Logs to the Output window
| |
| LogInformation(String,Object[]) |
Logs to the Output window
| |
| LogInformation(Exception, String,Object[]) |
Logs to the Output window
| |
| LogVerbose(String,Object[]) |
Logs to the Output window
| |
| LogVerbose(Exception, String,Object[]) |
Logs to the Output window
| |
| LogWarning(String,Object[]) |
Logs to the Output window
| |
| LogWarning(Exception, String,Object[]) |
Logs to the Output window
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also