Dancer2-Plugin-LogReport

 view release on metacpan or  search on metacpan

lib/Dancer2/Plugin/LogReport/Message.pod  view on Meta::CPAN

Inherited, see L<Log::Report::Message/"Processing">

=back

=head2 Serialization

[2.03] Log messages are/can be stored in the Session object.  The Session
object may be cached in a file, in various formats.  To be able to save
and restore these message objects from this session serialization, we
need to freeze and thaw the object at the right moment.  This happens
transparently.

For session serialization in the database, put this in your
configuration:

  engines:
    session:
      DBIC:
        serializer: JSON
        serialize_options:
          allow_tags: 1



( run in 1.134 second using v1.01-cache-2.11-cpan-39bf76dae61 )