Click or drag to resize

PFManagedObjectLogger Property

Gets the logger, used to log any useful warning, error or information in the database.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlIgnoreAttribute]
public PFLogger Logger { get; }

Property Value

Type: PFLogger

Implements

IPFLoggableLogger
See Also