symfony API

sfLoggingConfigHandler Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

You are currently browsing the symfony documentation for the 1.0 version. Switch to:

sfLoggingConfigHandler allows you to configure logging and register loggers with the system.

Inheritence

sfLoggingConfigHandler  <  sfDefineEnvironmentConfigHandler < sfYamlConfigHandler < sfConfigHandler

Method Summary

  • string execute($configFiles)
    Executes this configuration handler.
  • getValues($prefix, $category, $keys)

Methods inherited from sfDefineEnvironmentConfigHandler

execute , fixCategoryName , getValues , fixCategoryValue , mergeEnvironment

Methods inherited from sfYamlConfigHandler

parseYaml , parseYamls , getConfigValue , mergeConfigValue

Methods inherited from sfConfigHandler

execute , initialize , replaceConstants , replacePath , getParameterHolder

Method Details

  • (string) execute ($configFiles)

    $configFiles An array of absolute filesystem path to a configuration file

    Executes this configuration handler.

    returns Data to be written to a cache file

  • getValues ($prefix, $category, $keys)