Ubiquity
2.5.2
php rapid development framework
Loading...
Searching...
No Matches
LoggerParams.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ubiquity\log
;
4
5
class
LoggerParams
{
6
const
DAO
=
"DAO"
;
7
const
DATABASE
=
"Database"
;
8
const
ROUTER
=
"Router"
;
9
const
CACHE
=
"Cache"
;
10
const
REST
=
"Rest"
;
11
const
STARTUP
=
"Startup"
;
12
const
TRANSLATE
=
"Translate"
;
13
public
static
$contexts
= [
self::DAO
,
self::DATABASE
,
self::ROUTER
,
self::CACHE
,
self::REST
,
self::STARTUP
,
self::TRANSLATE
];
14
}
15
Ubiquity\log\LoggerParams
Definition
LoggerParams.php:5
Ubiquity\log\LoggerParams\REST
const REST
Definition
LoggerParams.php:10
Ubiquity\log\LoggerParams\DAO
const DAO
Definition
LoggerParams.php:6
Ubiquity\log\LoggerParams\$contexts
static $contexts
Definition
LoggerParams.php:13
Ubiquity\log\LoggerParams\DATABASE
const DATABASE
Definition
LoggerParams.php:7
Ubiquity\log\LoggerParams\STARTUP
const STARTUP
Definition
LoggerParams.php:11
Ubiquity\log\LoggerParams\CACHE
const CACHE
Definition
LoggerParams.php:9
Ubiquity\log\LoggerParams\ROUTER
const ROUTER
Definition
LoggerParams.php:8
Ubiquity\log\LoggerParams\TRANSLATE
const TRANSLATE
Definition
LoggerParams.php:12
Ubiquity\log
Definition
HtmlLogFormatter.php:3
C:
Users
myadd
Documents
GitHub
ubiquity-doc-api
vendor
phpmv
ubiquity
src
Ubiquity
log
LoggerParams.php
Generated on Sun Dec 10 2023 15:04:22 for
Ubiquity
by
doxygen
1.9.8