GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Dancer2::Plugin::LogReport::Message(3) User Contributed Perl Documentation Dancer2::Plugin::LogReport::Message(3)

Dancer2::Plugin::LogReport::Message - extended Log::Report message class

 Dancer2::Plugin::LogReport::Message
   is a Log::Report::Message

  In your template:

  [% FOR message IN messages %]
    <div class="alert alert-[% message.bootstrap_color %]">
      [% message.toString | html_entity %]
    </div>
  [% END %]

[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.

Extends "METHODS" in Log::Report::Message.
$obj->bootstrap_color()
Get a suitable bootstrap context color for the message. This can be used as per the SYNOPSIS.

"success" is used for Dancer2::Plugin::LogReport::success() messages, "info" colors are used for messages "notice" and below, "warning" is used for "warning" and "mistake", "danger" is used for all other messages

$obj->reason()
Get or set the reason of a message

Extends "DETAILS" in Log::Report::Message.

Extends "OVERLOADING" in Log::Report::Message.
overload: as $function
Inherited, see "OVERLOADING" in Log::Report::Message
overload: concatenation
Inherited, see "OVERLOADING" in Log::Report::Message
overload: stringification
Inherited, see "OVERLOADING" in Log::Report::Message

This module is part of Log-Report distribution version 1.33, built on July 17, 2021. Website: http://perl.overmeer.net/CPAN/

Copyrights 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/

2021-07-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.