Pnp_log table
Description
The logs of an operation, systematically reference an operation, allows to build a log sequence for a given operation
Schema
Field |
Type |
Required |
Primary key |
Description |
logID |
int |
* |
|
IDENTITY(1,1) |
logOPERATIONID |
uniqueidentifier |
* |
|
operation identifier |
logDATE |
datetime |
* |
|
Date of the log generation |
logMESSAGETYPEID |
int |
* |
|
Message type identifier: 1 = Success 2 = Fail 3 = Warning 4 = Information 5 = Error 6 = DEBUG |
logMESSAGE |
nvarchar(max) |
|
|
Message |
logSOURCE |
nvarchar(max) |
|
|
Module that generated the log |