Logger 07360.0349 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Logger 07360.0349 (Default branch)
# 1  
Old 12-26-2007
Logger 07360.0349 (Default branch)

Logger is a log queueing and optimization utility. It can handle logs larger than 2GB and perform automatic nightly log rotation without affecting services. Any application that writes a log can be maintained be Logger, including syslogd. It is light, small, and fast, emphasizes security, and reduces drive usage through memory queueing. License: GNU General Public License v2 Changes:
Minor read lag was removed from TCP sockets. The documentation was updated.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Dancer::Logger::PSGI(3pm)				User Contributed Perl Documentation				 Dancer::Logger::PSGI(3pm)

NAME
Dancer::Logger::PSGI - PSGI Log handler for Dancer VERSION
version 0.04 SYNOPSIS
In your Dancer's environment file: logger: PSGI - plack_middlewares: - - ConsoleLogger In your application warning "this is a warning" With Plack::Middleware::ConsoleLogger, all your log will be send to the JavaScript console of your browser. DESCRIPTION
This class is an interface between your Dancer's application and psgix.logger. Message will be logged in whatever logger you decided to use in your Plack handler. If no logger is defined, nothing will be logged. AUTHOR
franck cuny <franck@lumberjaph.net> COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by franck cuny. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. AUTHOR
franck cuny <franck@lumberjaph.net> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by franck cuny. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-07 Dancer::Logger::PSGI(3pm)