P4s3PortalWebSvc Log Method A Sandcastle Documented Class Library
Simple logging method. Mimics the Log method used by the web portal. Relies on logging and logdir entries in settings.xml or the app settings section of Web.config.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Log(
	string source,
	string logName,
	string message,
	int id,
	NameValueCollection Application
)

Parameters

source
Type: System String
logName
Type: System String
message
Type: System String
id
Type: System Int32
Application
Type: System.Collections.Specialized NameValueCollection
See Also