GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Net::Stomp::StupidLogger(3) User Contributed Perl Documentation Net::Stomp::StupidLogger(3)

Net::Stomp::StupidLogger - stub logger

This class implements a very simple logger-like object, that just delegates to carp.

By default, it logs at "warn" and above.

Net::Stomp used to use this, but now it just uses Log::Any, so this package is here just in case someone else was using it.

Constructor. You can pass a hashref with the log levels to enable / disable, like:

  Net::Stomp::StupidLogger->new({debug=>1}); # logs debug, warn,
                                             # error, fatal

  Net::Stomp::StupidLogger->new({warn=>0}); # logs error, fatal

  $logger->warn('some',$message);

If the corresponding level is enabled, joins the arguments in a single string (no spaces added) and calls carp.

Gianni Ceccarelli <dakkar@thenautilus.net>

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
2021-04-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.