Review Modifications

make changes based on review.
This commit is contained in:
Adam Magness 2018-10-30 07:59:45 -04:00
parent 80367d05d8
commit 26fbe8dfba
2 changed files with 53 additions and 60 deletions

View file

@ -106,20 +106,6 @@ define('SSL_POLICY_FULL', 1);
define('SSL_POLICY_SELFSIGN', 2);
/* @}*/
/**
* @name Logger
*
* log levels
* @{
*/
define('LOGGER_WARNING', 0);
define('LOGGER_INFO', 1);
define('LOGGER_TRACE', 2);
define('LOGGER_DEBUG', 3);
define('LOGGER_DATA', 4);
define('LOGGER_ALL', 5);
/* @}*/
/**
* @name Register
*