Go to the source code of this file.
Classes | |
| class | Logger |
Functions | |
| l () | |
Variables | |
| if(!defined('DIR_FS_LOG')) define('DIR_FS_LOG'DIR_FS_APP | DS |
| l | ( | ) |
Globally-accessible shortcut function to Log::msg().
You can provide one, two, or three arguments to this function. One argument: l($message) Two arguments: l($priority, $message) Three arguments: l($facility, $priority, $message)
Definition at line 145 of file log.php.
References $args, and Registry::get().
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: A logging facility.
By default, there are two facilities, but you can add more:
These are the default priorities, in order:
Definition at line 21 of file log.php.
Referenced by ppPDF::_convert_dompdf(), ppPDF::_convert_prince(), ppMailer::_load(), Logger::_log_msg(), Web::badrequest(), ppMailer_Message::batch_send(), ppMailer::create(), Factory::db(), Template::fetch(), Factory::fly_model(), Web::forbidden(), Page_Static::GET(), Page_CRUD::GET_edit(), I18N::I18N(), Web::internalerror(), RecordModel_Base::load_record(), tpNavigation::menu(), Factory::model(), Web::notfound(), Factory::page(), Factory::plugin(), ppPDF::ppPDF(), pronto_error(), RecordModel_Base::purify(), Model_Base::purify(), Web::render(), Page_Base::render_string(), ppMailer_Message::send(), and I18N::set_language().
1.6.1