Core Logger

implement log() function.
more to squash


Core Logger Class

implement log() function
This commit is contained in:
Adam Magness 2018-10-29 19:40:18 -04:00
parent b53157370a
commit 49eff56e5d
46 changed files with 348 additions and 302 deletions

View file

@ -12,16 +12,17 @@ use Friendica\App;
use Friendica\Content\Text\BBCode;
use Friendica\Core\Config;
use Friendica\Core\L10n;
use Friendica\Core\Logger;
use Friendica\Util\Emailer;
function notifyall_install()
{
logger("installed notifyall");
Logger::log("installed notifyall");
}
function notifyall_uninstall()
{
logger("removed notifyall");
Logger::log("removed notifyall");
}
function notifyall_module() {}