|
NAMEDancer2::Plugin::LogReport::Message - extended Log::Report message classINHERITANCEDancer2::Plugin::LogReport::Message is a Log::Report::Message SYNOPSISIn your template: [% FOR message IN messages %] <div class="alert alert-[% message.bootstrap_color %]"> [% message.toString | html_entity %] </div> [% END %] DESCRIPTION[The Dancer2 plugin was contributed by Andrew Beverley]This class is an extension of Log::Report::Message, with functions specifically designed for Dancer applications. Minimal functions are provided (currently only aimed at Bootstrap), but ideas for new ones are welcome. Extends "DESCRIPTION" in Log::Report::Message. METHODSExtends "METHODS" in Log::Report::Message.
DETAILSExtends "DETAILS" in Log::Report::Message.OVERLOADINGExtends "OVERLOADING" in Log::Report::Message.
SEE ALSOThis module is part of Log-Report distribution version 1.33, built on July 17, 2021. Website: http://perl.overmeer.net/CPAN/LICENSECopyrights 2007-2021 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
Visit the GSP FreeBSD Man Page Interface. |