Help for this page
{ use methods $app => qw/log .../; log("something"); }
sub log { $app->log(@_); }