Click or drag to resize

NetForumErrorLog Class

Provides services for logging errors to and retrieving errors from the NetFORUM error log
Inheritance Hierarchy
SystemObject
  Ignition.Framework.LoggingNetForumErrorLog

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class NetForumErrorLog

The NetForumErrorLog type exposes the following members.

Constructors
 NameDescription
Public methodNetForumErrorLog Default constructor
Top
Methods
 NameDescription
Public methodFindLogEntries(DateTime, ErrorSourceFilter) Retrieves a collection of logged errors from the NetFORUM error log
Public methodFindLogEntries(TimeSpan, ErrorSourceFilter) Retrieves a collection of logged errors from the NetFORUM error log
Public methodLogError Logs an error to the NetFORUM error log
Top
See Also