ConsoleLogWriter Class

HttpServer.dll

This class writes to the console. It colors the output depending on the logprio and includes a 3-level stacktrace (in debug mode)

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static class ConsoleLogWriter
Visual Basic (Declaration)
Public NotInheritable Class ConsoleLogWriter
Visual C++
public ref class ConsoleLogWriter abstract sealed

Inheritance Hierarchy

System..::.Object
  HttpServer..::.ConsoleLogWriter

See Also