Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
LoggerParams Class Reference

Data Fields

const DAO = "DAO"
 
const DATABASE = "Database"
 
const ROUTER = "Router"
 
const CACHE = "Cache"
 
const REST = "Rest"
 
const STARTUP = "Startup"
 
const TRANSLATE = "Translate"
 

Static Public Attributes

static $contexts = [ self::DAO,self::DATABASE,self::ROUTER,self::CACHE,self::REST,self::STARTUP,self::TRANSLATE ]
 

Detailed Description

Definition at line 5 of file LoggerParams.php.

Field Documentation

◆ $contexts

$contexts = [ self::DAO,self::DATABASE,self::ROUTER,self::CACHE,self::REST,self::STARTUP,self::TRANSLATE ]
static

Definition at line 13 of file LoggerParams.php.

◆ CACHE

const CACHE = "Cache"

Definition at line 9 of file LoggerParams.php.

◆ DAO

const DAO = "DAO"

Definition at line 6 of file LoggerParams.php.

◆ DATABASE

const DATABASE = "Database"

Definition at line 7 of file LoggerParams.php.

◆ REST

const REST = "Rest"

Definition at line 10 of file LoggerParams.php.

◆ ROUTER

const ROUTER = "Router"

Definition at line 8 of file LoggerParams.php.

◆ STARTUP

const STARTUP = "Startup"

Definition at line 11 of file LoggerParams.php.

◆ TRANSLATE

const TRANSLATE = "Translate"

Definition at line 12 of file LoggerParams.php.


The documentation for this class was generated from the following file: