ErrorLogEntry(String) Constructor

Creates an error log entry using a simple error message and also includes the current stack trace.

Definition

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public ErrorLogEntry(
	string message
)

Parameters

message  String
The message to log

See Also