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.WebAppHelperLibAssembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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