bugfix xdebug level
This commit is contained in:
parent
3c2639a876
commit
526dfe150b
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ eoLogger::eoLogger()
|
|||
addLevel("progress", eo::progress);
|
||||
addLevel("logging", eo::logging);
|
||||
addLevel("debug", eo::debug);
|
||||
addLevel("xdebug", eo::debug);
|
||||
addLevel("xdebug", eo::xdebug);
|
||||
}
|
||||
|
||||
eoLogger::~eoLogger()
|
||||
|
|
|
|||
Reference in a new issue