Click or drag to resize

IPFLoggable Interface

Object with logging capabilities.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IPFLoggable

The IPFLoggable type exposes the following members.

Properties
  NameDescription
Public propertyLogger
Gets the logger, used to log any useful warning, error or information in the database.
Public propertyLogIdentification
Gets a technical text representing this object.
Top
See Also