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#
void Write(
	Object source,
	LogPrio priority,
	string message
)
Visual Basic (Declaration)
Sub Write ( _
	source As Object, _
	priority As LogPrio, _
	message As String _
)
Visual C++
void Write(
	Object^ source, 
	LogPrio priority, 
	String^ message
)

Parameters

source
Type: System..::.Object
object that is writing to the log
priority
Type: HttpServer..::.LogPrio
importance of the log message
message
Type: System..::.String
the message

See Also