Доброго всем

Mojolicious::Plugin::RoutesAuthDBI::Log

¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !

NAME

Mojolicious::Plugin::RoutesAuthDBI::Log - store log in DBI table.

SYNOPSIS

$app->plugin('RoutesAuthDBI', 
    ...
    log => {< options list below >},
    ...
);

OPTIONS

  • namespace - default 'Mojolicious::Plugin::RoutesAuthDBI',

  • module - default 'Guest' (this module),

  • disabled - boolean, disable logging.

METHODS

new

Apply logging into DBI table by "after_dispatch" hook

SEE ALSO

Mojolicious::Plugin::RoutesAuthDBI

AUTHOR

Михаил Че (Mikhail Che), <mche [on] cpan.org>

BUGS / CONTRIBUTING

Please report any bugs or feature requests at https://github.com/mche/Mojolicious-Plugin-RoutesAuthDBI/issues. Pull requests welcome also.

COPYRIGHT

Copyright 2018+ Mikhail Che.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.