1Dancer::Logger::Diag(3)User Contributed Perl DocumentatioDnancer::Logger::Diag(3)
2
3
4
6 Dancer::Logger::Diag - Test::More diag() logging engine for Dancer
7
9 version 1.3521
10
13 This logging engine uses Test::More's diag() to output as TAP comments.
14
15 This is very useful in case you're writing a test and want to have
16 logging messages as part of your TAP.
17
19 init
20 This method is called when "->new()" is called. It just loads
21 Test::More lazily.
22
23 _log
24 Use Test::More's diag() to output the log message.
25
27 Dancer Core Developers
28
30 This software is copyright (c) 2010 by Alexis Sukrieh.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.36.0 2023-02-09 Dancer::Logger::Diag(3)