Overview

Packages

  • log4php
    • appenders
    • configurators
    • filters
    • helpers
    • layouts
    • pattern
    • renderers

Classes

  • Logger
  • LoggerAppender
  • LoggerAppenderPool
  • LoggerAutoloader
  • LoggerConfigurable
  • LoggerConfiguratorDefault
  • LoggerFilter
  • LoggerHierarchy
  • LoggerLayout
  • LoggerLevel
  • LoggerLocationInfo
  • LoggerLoggingEvent
  • LoggerMDC
  • LoggerNDC
  • LoggerReflectionUtils
  • LoggerRoot
  • LoggerThrowableInformation

Interfaces

  • LoggerConfigurator

Exceptions

  • LoggerException
  • Overview
  • Package
  • Class
  • Tree

Interface LoggerConfigurator

Interface for logger configurators.

Direct known implementers

LoggerConfiguratorDefault
Package: log4php
License: Apache License, Version 2.0
Version: $Revision: 1213710 $
Since: 2.2
Located at LoggerConfigurator.php
Methods summary
public
# configure( LoggerHierarchy $hierarchy, mixed $input = null )

Configures log4php based on the given configuration.

Configures log4php based on the given configuration.

All configurators implementations must implement this interface.

Parameters

$hierarchy
LoggerHierarchy
$hierarchy The hierarchy on which to perform the configuration.
$input
mixed
$input Either path to the config file or the configuration as an array.
Apache log4php API documentation generated by ApiGen 2.8.0