WriteLog Method

HttpServer.dll

Write information to the log.

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

Syntax

C#
public void WriteLog(
	Object source,
	LogPrio prio,
	string message
)
Visual Basic (Declaration)
Public Sub WriteLog ( _
	source As Object, _
	prio As LogPrio, _
	message As String _
)
Visual C++
public:
void WriteLog(
	Object^ source, 
	LogPrio prio, 
	String^ message
)

Parameters

source
Type: System..::.Object
object writing the entry
prio
Type: HttpServer..::.LogPrio
importance of the log entry
message
Type: System..::.String
the actual message

See Also