1Dancer::Logger::Note(3)User Contributed Perl DocumentatioDnancer::Logger::Note(3)
2
3
4

NAME

6       Dancer::Logger::Note - Test::More note() logging engine for Dancer
7

VERSION

9       version 1.3512
10

SYNOPSIS

DESCRIPTION

13       This logging engine uses Test::More's note() 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
18       "Like "diag()", except the message will not be seen when the test is
19       run in a harness. It will only be visible in the verbose TAP stream."
20       -- Test::More.
21

METHODS

23   init
24       This method is called when "->new()" is called. It just loads
25       Test::More lazily.
26
27   _log
28       Use Test::More's note() to output the log message.
29

AUTHOR

31       Dancer Core Developers
32
34       This software is copyright (c) 2010 by Alexis Sukrieh.
35
36       This is free software; you can redistribute it and/or modify it under
37       the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.28.1                      2019-03-31           Dancer::Logger::Note(3)
Impressum