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 sealed class ConsoleLogWriter : ILogWriter
Visual Basic (Declaration)
Public NotInheritable Class ConsoleLogWriter _
	Implements ILogWriter
Visual C++
public ref class ConsoleLogWriter sealed : ILogWriter

Inheritance Hierarchy

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

See Also