Path to this page:
./
devel/p5-Log-Any,
Perl5 module to bring loggers and listeners together
Branch: CURRENT,
Version: 1.71.0nb1,
Package name: p5-Log-Any-1.71.0nb1,
Maintainer: pkgsrc-usersLog::Any allows CPAN modules to safely and efficiently log messages, while
letting the application choose (or decline to choose) a logging mechanism
such as Log::Dispatch or Log::Log4perl.
Log::Any has a very tiny footprint and no dependencies beyond Perl 5.6,
which makes it appropriate for even small CPAN modules to use. It defaults
to 'null' logging activity, so a module can safely log without worrying
about whether the application has chosen (or will ever choose) a logging
mechanism.
The application, in turn, may choose one or more logging mechanisms via
Log::Any::Adapter.
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 54.573 KB
Version history: (Expand)
- (2022-06-28) Updated to version: p5-Log-Any-1.71.0nb1
- (2021-10-10) Updated to version: p5-Log-Any-1.71.0
- (2021-07-05) Updated to version: p5-Log-Any-1.70.9
- (2021-05-25) Updated to version: p5-Log-Any-1.70.8nb2
- (2020-09-01) Updated to version: p5-Log-Any-1.70.8nb1
- (2020-04-16) Updated to version: p5-Log-Any-1.70.8
CVS history: (Expand)
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-10 01:50:08 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.710
Upstream changes:
1.710 2021-08-02 10:11:33-05:00 America/Chicago
[Other]
- Removed explicit declaration of core dependencies to improve user
experience
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-05 09:30:58 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.709
Upstream changes:
1.709 2021-02-17 15:16:20-06:00 America/Chicago
[Added]
- Added "Log::Any->has_consumer" for the rare case where one needs
to know if a consumer has already been configured.
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-04-16 12:20:43 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-Log-Any) Updated to 1.70.8
1.708 2020-01-12 22:56:43-05:00 America/New_York
[Added]
- Added 'Capture' adapter for capturing log messages in an array or
running an arbitrary callback. This makes it easier to test log
messages, collect messages from a certain scope for later display.
Thanks @nrdvana! [Github #77]
- Added Log::Any::Adapter 'get' class method to get an adapter for
a category. This allows bypassing the Proxy and using the Adapter
directly. Doing so breaks all the features enabled by a Proxy, and
so should only be used in special circumstances (definitely not in
CPAN modules). Thanks @nrdvana! [Github #78]
- Added 'Multiplex' adapter for directing log output to one or more
Log::Any adapters. This allows, for example, basic logging to
Stderr and logging to a remote Syslogd or Elastic. Thanks
@jrubinator and @GrantStreetGroup for contributing this!
[Github #79, Github #16]
|