1Log::Any::Adapter::NullU(s3e)r Contributed Perl DocumentaLtoigo:n:Any::Adapter::Null(3)
2
3
4
6 Log::Any::Adapter::Null - Discards all log messages
7
9 version 1.710
10
12 Log::Any::Adapter->set('Null');
13
15 This Log::Any adapter discards all log messages and returns false for
16 all detection methods (e.g. is_debug). This is the default adapter when
17 Log::Any is loaded.
18
20 Log::Any, Log::Any::Adapter
21
23 • Jonathan Swartz <swartz@pobox.com>
24
25 • David Golden <dagolden@cpan.org>
26
27 • Doug Bell <preaction@cpan.org>
28
29 • Daniel Pittman <daniel@rimspace.net>
30
31 • Stephen Thirlwall <sdt@cpan.org>
32
34 This software is copyright (c) 2017 by Jonathan Swartz, David Golden,
35 and Doug Bell.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.34.0 2022-01-21 Log::Any::Adapter::Null(3)