1Dancer2::Logger::ConsolUes(e3r)Contributed Perl DocumentDaatnicoenr2::Logger::Console(3)
2
3
4
6 Dancer2::Logger::Console - Console logger
7
9 version 0.301004
10
12 This is a logging engine that allows you to print debug messages on the
13 standard error output.
14
16 log
17 Writes the log message to the console.
18
20 The setting "logger" should be set to "console" in order to use this
21 logging engine in a Dancer2 application.
22
23 There is no additional setting available with this engine.
24
26 Dancer2::Core::Role::Logger
27
29 Dancer Core Developers
30
32 This software is copyright (c) 2021 by Alexis Sukrieh.
33
34 This is free software; you can redistribute it and/or modify it under
35 the same terms as the Perl 5 programming language system itself.
36
37
38
39perl v5.34.0 2022-01-21 Dancer2::Logger::Console(3)