-
-
14 Dec 2018 09:59:55 UTC
- Distribution: Mojolicious-Plugin-RoutesAuthDBI
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (266 / 4 / 10)
- Kwalitee
Bus factor: 1- 25.13% Coverage
- License: perl_5
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (39.9KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Mojolicious::Plugin::RoutesAuthDBI::Log
- NAME
- SYNOPSIS
- OPTIONS
- METHODS
- SEE ALSO
- AUTHOR
- BUGS / CONTRIBUTING
- COPYRIGHT
Доброго всем
Mojolicious::Plugin::RoutesAuthDBI::Log
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojolicious::Plugin::RoutesAuthDBI::Log - store log in DBI table.
SYNOPSIS
$app->plugin('RoutesAuthDBI', ... log => {< hashref options list below >}, ... );
OPTIONS
namespace
String, default to 'Mojolicious::Plugin::RoutesAuthDBI'.
module
String, default to 'Guest' (this module).
disabled
Boolean, disable logging.
skip_static
Boolean. True then log non-static routes only. Default false.
tables
Hashref, any DB tables names. See Mojolicious::Plugin::RoutesAuthDBI::Schema#Default-variables-for-SQL-templates.
table
String, DB table logs name. See Mojolicious::Plugin::RoutesAuthDBI::Schema#Default-variables-for-SQL-templates.
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.
Module Install Instructions
To install Mojolicious::Plugin::RoutesAuthDBI, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Plugin::RoutesAuthDBI
perl -MCPAN -e shell install Mojolicious::Plugin::RoutesAuthDBI
For more information on module installation, please visit the detailed CPAN module installation guide.