







Use this event to be able to get log entries into your favorite
log library.
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public event WriteLogHandler LogEntryWritten |
Visual Basic (Declaration) |
---|
Public Event LogEntryWritten As WriteLogHandler |
Visual C++ |
---|
public: event WriteLogHandler^ LogEntryWritten { void add (WriteLogHandler^ value); void remove (WriteLogHandler^ value); } |