WebAppHelper Log Method A Sandcastle Documented Class Library
Provides a static method for application logging. Supports event viewer logging, file system logging, and in memory logging. Functionality is controlled by the "logging" tag in settings.xml or the portal's Web.config file in the app settings section. Accepted values for the logging tag are eventviewer, filesystem. memory, none.

Namespace: P4s3Web.WebAppHelperLib
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static 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