Logwriter Method

HttpServer.dll

Logwriters the specified source.

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

Syntax

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

Parameters

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

See Also