NetForumErrorLogLogError Method

Logs an error to the NetFORUM error log

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public void LogError(
	ErrorLogEntry logEntry
)

Parameters

logEntry  ErrorLogEntry
The error to log

See Also