lucene-log4j - Log4j file rolling appender which indexes log with Lucene
lucene-log4j solves a recurrent problem that production support team face whenever a live incident happens: filtering production log statements to match a session/transaction/user ID. It works by extending Log4j's RollingFileAppender with Lucene indexing routines. Then with a LuceneLogSearchServlet, you get access to your log using web front end.
http://code.google.com/p/lucene-log4j/
comments powered by Disqus
Related Products
Jmx-logger - Realtime Java Application Log Monitoring with JMX
JmxLoggerJmxLogger makes it easy to do realtime application log monitoring. The JmxLogger API provides both Java Util Logging Handler and a Log4J Appender classes for integration with your choice of logging technologies that you feel confortable with. You simply configure your logging framework, as you would normally do, and the JmxLogger automatically capture and braodcasts your event logs to any registered JMX client. It provides a built-in log console to monitor your log locally or remotely (
Log4jdbc-remix - Experimental fork of log4jdbc
What is log4jdbc-remix?log4jdbc-remix is an experimental fork of log4jdbc that: Can log result sets as tables Can be configured as a Spring Datasource Can use a plugable SQL formatter Is available in the sonatype maven repository. https://oss.sonatype.org/index.html#nexus-search;quick~log4jdbc Only supports Java 6 and above (log4jdbc which also supports java 1.4 and 1.5) Please see the original version of log4jdbc at http://code.google.com/p/log4jdbc/ for Java 1.4/1.5 support. Where can I get it
Log5j - A modern facade on top of log4j
Logger facade that supports printf style message format for both performance and ease of use. http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Logger.html The log5j package supports a 'modernized' interface on top of the class Log4j API usage. It provides a few syntactic extensions thanks to JDK 1.5 (hence the name log5j). UsageFirst. It is no longer required to give the category when creating a new class level logger. Log5j just figures it out from the call stack. For example old us
Essbaserightlog - Bring your Essbase logs to another dimension
DescriptionThe EssbaseRightLog PERL script parse ANY Oracle Hyperion Essbase® v.5 - v.11.1.1 server or application logs and generates a full, custom delimited, output for enhanced analysis (database, spreadsheet). EssbaseRightLog is intended to help Essbase® and Planning® database administrators and developers. Any Essbase® generated log may be parsed whatever the delimiter defined in Essbase.cfg config file (please refer to DELIMITEDMSG TRUE, DELIMITER in Oracle’s Essbase® Technical Refe
Log4jdbc - JDBC proxy driver for logging SQL and other interesting information.
log4jdbc is a Java JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other JDBC drivers using the Simple Logging Facade For Java (SLF4J) logging system. News2012-02-17: log4jdbc 1.2 final release! (It's about time, huh?) Full changelist here. 2010-06-09: log4jdbc 1.2 beta 2 released: fixes and several new useful features. 2010-03-20: log4jdbc 1.2 beta 1 released: fixes and performance improvements. 2009-02-26: log4jdbc 1.2 alpha 2 released: one bug fix an
Nds-logging - Log messages for an Android application or any other java application with the same Lo
A Logger used to log messages for an Android application or any other java application. This can be useful when developing an Android library, and we write unit tests (JUnit) and integration tests (Android Unit tests). It is based on two types of log: android.util.Log: used to log an Android application org.apache.commons.logging.Log: used for logging Any Other java application If you want to add the log management on a class, simply add the line: private static final Logger log = LoggerFactory.
Log4lua - A Lua logging framework much alike log4j
What is Log4LUA?Log4Lua is a logging framework in the style of Log4J. It is simple and pretty much straightforward though. See this blog post for an introduction and a discussion of the differences to other logging frameworks such as LuaLogging. FeaturesExternal configuration: Configure your logging system via a configuration file. Logger categories: Configure different categories for different logging tasks. Detailed information available: source file, line, function or the whole stack trace Di
Rightloglite - RightLogLite is an Essbase log parser coded in Perl. This light version doesn't r
DescriptionRightLogLite is a Perl script that parses and reformat ANY Oracle Essbase server or application log. RightLogLite is similar to EssbaseRightLog as it parses Essbase logs, however RightLogLite doesn't require any external module but it contains then less features. As EssbaseRightLog, RightLogLite is intended to help Oracle Essbase® and Oracle Planning® database administrators and developers. Essbase logs may be parsed whatever the delimiter defined in Essbase.cfg config file (please
Logging-jmx-service - JMX extension for the log4j library
Short descriptionJMX bean which provides the functionality to change the log level of a class/package and to reload the log4j.properties during runtime. IntroductionI was facing the problem to change log4j.properties settings of classes/categories during runtime of an application. Additionally i wanted to have also the possibility to reset/reload the settings again like they was before. After studying log4j documentation i couldn't find only a half solution materialized as an jmx bean (http://lo
Js-klib - Collection of usefull JavaScript decorators and routines
PurposeThis library is inteded for use by advanced JavaScript developers. It contains usefull decorators for JavaScript functions, that are reusable across projects. Please see examples for list of features. ExamplesLoggingLog messages to console (for example Firebug console): klib.log('indexOf', 'S', 'in', 'JavaScript', 'is', 'JavaScript'.indexOf('S'));DecoratorsLogging function executionEvery execution of underlaying function will be logged to console along with function result. function fibon