MagicLog Members
The MagicLog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MagicLog(Int32) |
Initializes a new instance of the MagicLog class. Retrieving it from database
|
![]() |
MagicLog(SqlDataReader) |
Initializes a new instance of the MagicLog class.
|
![]() |
MagicLog(String, Int32, LogAction, String, String) |
Initializes a new instance of the MagicLog class.
|
![]() |
MagicLog(String, Int32, LogAction, Exception) |
Initializes a new instance of the MagicLog class.
|
![]() |
MagicLog(String, Int32, LogAction, Int32, DateTime, String, String) |
Initializes a new instance of the MagicLog class.
|
![]() |
MagicLog(String, Int32, LogAction, Int32, DateTime, String, String, String) |
Properties
Name | Description | |
---|---|---|
![]() |
Action |
Gets or sets the type of action that was tried or copleted.
|
![]() |
ActionString |
Gets the name of the action.
|
![]() |
Error |
Gets or sets the error message is any.
|
![]() |
FileName |
Gets or sets the name of the code file evolved in operation.
|
![]() |
MethodName |
Gets or sets the name of the method evolved.
|
![]() |
Pk |
Gets or sets the unique ID of record involved is any.
|
![]() |
Record | |
![]() |
RecordName |
Gets or sets the name of the record evolved.
|
![]() |
Tabella |
Gets or sets the name database table.
|
![]() |
Timestamp |
Gets or sets the timestamp.
|
![]() |
User |
Gets or sets the user logged in.
|
![]() |
Useremail |
Gets or sets the user email.
|