Documentation

Horde_ActiveSync_Interface_LoggerFactory

Horde_ActiveSync_Interface_LoggerFactory:: Defines an interface for a factory object that knows how to provide an appropriate Horde_Log_Logger object.

Tags
license

http://www.horde.org/licenses/gpl GPLv2

copyright

2012-2020 Horde LLC (http://www.horde.org)

author

Michael J Rubinsky mrubinsk@horde.org

Table of Contents

create()  : Horde_Log_Logger
Factory for a log object. Attempts to create a device specific file if custom logging is requested.

Methods

create()

Factory for a log object. Attempts to create a device specific file if custom logging is requested.

public create([array<string|int, mixed> $properties = array() ]) : Horde_Log_Logger
Parameters
$properties : array<string|int, mixed> = array()

The property array.

Return values
Horde_Log_Logger

The logger object, correctly configured.

Search results