OutputWindowLogger Class

Relativity Kepler
Sends simple log messages to the Output window in Visual Studio. Only works when the code is built in debug.
Inheritance Hierarchy

System.Object
  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

  NameDescription
Public methodOutputWindowLogger
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForContext(Type)
Not implemented.
Public methodForContext(String, Object, Boolean)
Not implemented.
Public methodForContext<T>()
Not implemented.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogContextPushProperty
Not implemented.
Public methodLogDebug(String,Object[])
Logs to the Output window
Public methodLogDebug(Exception, String,Object[])
Logs to the Output window
Public methodLogError(String,Object[])
Logs to the Output window
Public methodLogError(Exception, String,Object[])
Logs to the Output window
Public methodLogFatal(String,Object[])
Logs to the Output window
Public methodLogFatal(Exception, String,Object[])
Logs to the Output window
Public methodLogInformation(String,Object[])
Logs to the Output window
Public methodLogInformation(Exception, String,Object[])
Logs to the Output window
Public methodLogVerbose(String,Object[])
Logs to the Output window
Public methodLogVerbose(Exception, String,Object[])
Logs to the Output window
Public methodLogWarning(String,Object[])
Logs to the Output window
Public methodLogWarning(Exception, String,Object[])
Logs to the Output window
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference