Logwriters the specified source.

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

Syntax

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

Parameters

source
Type: System..::.Object
object that wrote the logentry.
prio
Type: HttpServer..::.LogPrio
Importance of the log message
message
Type: System..::.String
The message.

Implements

ILogWriter..::.Write(Object, LogPrio, String)

See Also