MagicCMS Documentation

MagicLog Constructor (String, Int32, LogAction, Exception)

Initializes a new instance of the MagicLog class.

Namespace:  MagicCMS.Core
Assembly:  MagicCMS.4.5 (in MagicCMS.4.5.dll)

Syntax


public MagicLog(
	string tabella,
	int record,
	LogAction action,
	Exception e
)

Parameters

tabella
Type: String
Processed table.
record
Type: Int32
Processed record.
action
Type: MagicCMS.Core..::..LogAction
Database action.
e
Type: Exception
Exception caught.