Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

None Fatal Errors Log Method

Variable: $cfg['errorControl']['nonFatalErrors']['logMethod']

Effected class: errorControl global

Config type: errorControl

Type of data: array

Platform: 2v

How to call: basic::$cfg['errorControl']['nonFatalErrors']['logMethod']

Description:
Php nonFatal errors can be logged in different methods. If no db is set, mail will be sent on every error without sendErrorByMailInterval - It can cause a big mailing list, so it's better to setup mysql.
Available options:
File.
FileJson.
Mail.
Db.
example: 1
The default set of "nonFatalErrors" - "logMethod".
How to set (example):
Code:
Info Panel
Roll it!   ⇔