MagicCMS Documentation

MagicLog Constructor (String, Int32, LogAction, String, String)

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,
	string filename,
	string methodname
)

Parameters

tabella
Type: String
Processed table
record
Type: Int32
Processed record.
action
Type: MagicCMS.Core..::..LogAction
Database action.
filename
Type: String
Filename where error is thrown.
methodname
Type: String
Method where error is thrown.