WriteLog Method

HttpServer.dll

write an entry to the log file

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

Syntax

C#
protected virtual void WriteLog(
	LogPrio prio,
	string message
)
Visual Basic (Declaration)
Protected Overridable Sub WriteLog ( _
	prio As LogPrio, _
	message As String _
)
Visual C++
protected:
virtual void WriteLog(
	LogPrio prio, 
	String^ message
)

Parameters

prio
Type: HttpServer..::.LogPrio
importance of the message
message
Type: System..::.String
log message

See Also