Click or drag to resize

ErrorLogEntry(String) Constructor

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

Namespace: Ignition.Framework.Logging
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public ErrorLogEntry(
	string message
)

Parameters

message  String
The message to log
See Also