LogWriter Property

HttpServer.dll

Gives you a change to receive log entries for all internals of the http lib.

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

Syntax

C#
public WriteLogHandler LogWriter { get; set; }
Visual Basic (Declaration)
Public Property LogWriter As WriteLogHandler
Visual C++
public:
property WriteLogHandler^ LogWriter {
	WriteLogHandler^ get ();
	void set (WriteLogHandler^ value);
}

See Also