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

Notifications Log Method

Variable: $cfg['notif']['logNotifs']['logMethod']

Effected class: notif

Config type: notif

Type of data: indexed array

Platform: 2v

How to call: self::$cfg['notif']['logNotifs']['logMethod']

(only from effected classes)

Description:
Notifications can be logged in different methods. Log file will be saved on this type levels. The log will save the user id (if logged in) that popped the notif and it's information. The notif type will be the key of the array.
Available options:
File.
FileJson.
Mail.
Db.
example: 1
The default set of "logNotifs" - "logMethod".
How to set (example):
Code:
Info Panel
Roll it!   ⇔