1Dancer2::Logger::Note(3U)ser Contributed Perl DocumentatiDoanncer2::Logger::Note(3)
2
3
4
6 Dancer2::Logger::Note - Test::More note() logging engine for Dancer2
7
9 version 0.400001
10
12 This logging engine uses Test::More's note() to output as TAP comments.
13
14 This is very useful in case you're writing a test and want to have
15 logging messages as part of your TAP.
16
17 "Like diag(), except the message will not be seen when the test is run
18 in a harness. It will only be visible in the verbose TAP stream." --
19 Test::More.
20
22 log
23 Use Test::More's note() to output the log message.
24
26 Dancer Core Developers
27
29 This software is copyright (c) 2023 by Alexis Sukrieh.
30
31 This is free software; you can redistribute it and/or modify it under
32 the same terms as the Perl 5 programming language system itself.
33
34
35
36perl v5.38.0 2023-07-20 Dancer2::Logger::Note(3)