Click or drag to resize

PFLogger Constructor

Initializes a new instance of the PFLogger class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFLogger(
	PFRelation_Log logs,
	IPFLoggable loggedObject
)

Parameters

logs
Type: Packflow.CorePFRelation_Log
Relation between a structure object and its log entries.
loggedObject
Type: Packflow.CoreIPFLoggable
The loggable object.
See Also