AloFramework Handlers 2.0 API
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo

Namespaces

  • AloFramework
    • Handlers
      • Config
      • Output
        • Styles
  • PHP

Classes

  • AbstractConfig
  • ErrorConfig
  • ExceptionConfig

Class ErrorConfig

Error config class

AloFramework\Config\AbstractConfig
Extended by AloFramework\Handlers\Config\AbstractConfig
Extended by AloFramework\Handlers\Config\ErrorConfig
Namespace: AloFramework\Handlers\Config
Author: Art a.molcanovas@gmail.com
Since: 1.4.1 property PHPdocs added
Located at class/Config/ErrorConfig.php

Methods summary

public
# __construct( array $cfg = [] )

Constructor

Constructor

Parameters

$cfg
Default configuration overrides

Author

Art a.molcanovas@gmail.com

Overrides

AloFramework\Handlers\Config\AbstractConfig::__construct

Constants summary

string CFG_ERROR_LEVEL

[INT] Which errors to log configuration key

[INT] Which errors to log configuration key

# 'errorLevel'
string CFG_LOG_ERROR_LOCATION

[BOOL] Whether to log where the error occurred configuration key

[BOOL] Whether to log where the error occurred configuration key

# 'logErrorLocation'

Constants inherited from AloFramework\Handlers\Config\AbstractConfig

CFG_BACKGROUND, CFG_CSS_PATH, CFG_FORCE_HTML, CFG_FOREGROUND_ERROR, CFG_FOREGROUND_NOTICE, CFG_FOREGROUND_WARNING, CFG_TRACE_MAX_DEPTH

Properties summary

Magic properties

public boolean $logErrorLocation

Whether to include the error location in the log file

public integer $errorLevel

Which error levels to log

Magic properties inherited from AloFramework\Handlers\Config\AbstractConfig

$bgCli, $cssPath, $fgErr, $fgInfo, $fgWarn, $forceHTML, $regShutdown, $traceDepth

AloFramework Handlers 2.0 API API documentation generated by ApiGen