NetForumErrorLog Class

Provides services for logging errors to and retrieving errors from the NetFORUM error log

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class NetForumErrorLog
Inheritance
Object    NetForumErrorLog

Constructors

NetForumErrorLog Default constructor

Methods

FindLogEntries(DateTime, ErrorSourceFilter) Retrieves a collection of logged errors from the NetFORUM error log
FindLogEntries(TimeSpan, ErrorSourceFilter) Retrieves a collection of logged errors from the NetFORUM error log
LogError Logs an error to the NetFORUM error log

See Also