The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Prty::Mojolicious::Plugin::Log::Parameters - Logge Request-Parameter

BASE CLASS

Mojolicious::Plugin

SYNOPSIS

    # Mojolicious
    $app->plugin('Prty::Mojolicious::Plugin::Log::Parameters');
    
    # Mojolicious::Lite
    plugin 'Prty::Mojolicious::Plugin::Log::Parameters';

DESCRIPTION

Das Plugin installiert einen before_routes Handler, der bei jedem Request auf Loglevel debug die Liste der empfangenen GET- und POST-Parameter ins Log ausgibt.

Das Plugin ist bei der Entwicklung von Action-Seiten zu Formularen nützlich, denn es macht sichtbar, welche Daten die Action-Seite empfängt.

METHODS

Objektmethoden

register() - Registriere Plugin

Synopsis

    $plugin->register($app,$conf);

Description

Diese Methode implementiert die Funktionalität des Plugin. Sie wird nicht direkt, sondern von Mojolicious aufgerufen.

VERSION

1.124

AUTHOR

Frank Seitz, http://fseitz.de/

COPYRIGHT

Copyright (C) 2018 Frank Seitz

LICENSE

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