Click or drag to resize

PFLogger Properties

The PFLogger type exposes the following members.

Properties
  NameDescription
Public propertyCreated
Gets the time of creation of this logger instance.
Public propertyLastStep
Gets the last step of execution.
Public propertyLastStepsToShow
Gets or sets the last steps to show in an exception message.
Public propertyLimit_Steps
Gets or sets the limit of steps kept alive; older steps are erased.
Public propertyLogCriticals
Gets or sets a value indicating whether entries with "Critical" level are sent to the database. Default value: false.
Public propertyLogErrors
Gets or sets a value indicating whether entries with "Error" level are sent to the database. Default value: false.
Public propertyLoggedObject
Gets the loggable object.
Public propertyLogInformations
Gets or sets a value indicating whether entries with "Information" level are sent to the database. Default value: false.
Public propertyLogs
Gets the relation between a structure object and its log entries.
Public propertyLogSteps
Gets or sets a value indicating whether entries with "Step" level are sent to the database. Default value: false.
Public propertyLogWarnings
Gets or sets a value indicating whether entries with "Warning" level are sent to the database. Default value: false.
Public propertyParentSite
Gets the parent site.
Public propertySilent
Gets or sets a value indicating whether this PFLogger is silent. Raising this flag will disable any log occurring on this instance.
Top
See Also