PFLogger Properties |
The PFLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | Created |
Gets the time of creation of this logger instance.
|
![]() | LastStep |
Gets the last step of execution.
|
![]() | LastStepsToShow |
Gets or sets the last steps to show in an exception message.
|
![]() | Limit_Steps |
Gets or sets the limit of steps kept alive; older steps are erased.
|
![]() | LogCriticals |
Gets or sets a value indicating whether entries with "Critical" level are sent to the database.
Default value: false.
|
![]() | LogErrors |
Gets or sets a value indicating whether entries with "Error" level are sent to the database.
Default value: false.
|
![]() | LoggedObject |
Gets the loggable object.
|
![]() | LogInformations |
Gets or sets a value indicating whether entries with "Information" level are sent to the database.
Default value: false.
|
![]() | Logs |
Gets the relation between a structure object and its log entries.
|
![]() | LogSteps |
Gets or sets a value indicating whether entries with "Step" level are sent to the database.
Default value: false.
|
![]() | LogWarnings |
Gets or sets a value indicating whether entries with "Warning" level are sent to the database.
Default value: false.
|
![]() | ParentSite |
Gets the parent site.
|
![]() | Silent |
Gets or sets a value indicating whether this PFLogger is silent.
Raising this flag will disable any log occurring on this instance.
|