add migration docs for ErrorHandler -> Log
This commit is contained in:
parent
1b83072a7b
commit
075bcc978e
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ WebGUI::Session::Env has been moved into WebGUI::Session::Request. A listing of
|
||||||
|
|
||||||
$session->env->getIp => $session->request->address
|
$session->env->getIp => $session->request->address
|
||||||
|
|
||||||
|
WebGUI::Session::ErrorHandler
|
||||||
|
=============================
|
||||||
|
|
||||||
|
ErrorHandler has been changed to "log" in all circumstances. $session->errorHandler no longer exists,
|
||||||
|
use $session->log. WebGUI::Session::ErrorHandler no longer exists, use WebGUI::Session::Log
|
||||||
|
|
||||||
WebGUI::Utility
|
WebGUI::Utility
|
||||||
===============
|
===============
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue