1Dancer::Logger::Null(3)User Contributed Perl DocumentatioDnancer::Logger::Null(3)
2
3
4
6 Dancer::Logger::Null - blackhole-like silent logging engine for Dancer
7
9 version 1.3521
10
13 This logger acts as a blackhole (or /dev/null, if you will) that
14 discards all the log messages instead of displaying them anywhere.
15
17 _log
18 Discards the message.
19
21 Dancer Core Developers
22
24 This software is copyright (c) 2010 by Alexis Sukrieh.
25
26 This is free software; you can redistribute it and/or modify it under
27 the same terms as the Perl 5 programming language system itself.
28
29
30
31perl v5.36.0 2023-02-09 Dancer::Logger::Null(3)