My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 56
This project provides an extended version of JDBCAppender that provides a simple, and intuitive way to log to the database table using JDBC prepared statements. * JNDI DataSource lookup * Support prepared statements. * Custom SQL (with '?' placeholders) * Buffering * JDBC Batch inse...
= Short description = JMX bean which provides the functionality to change the log level of a class/package and to reload the log4j.properties during runtime. = Introduction = I was facing the problem to change {{{log4j.properties}}} settings of classes/categories during runtime of an applicatio...
*Log4j* appender to registry logs using a *DataSource* Sample of appender (_log4j.properties_): ---- {{{log4j.rootCategory=ERROR, DATASOURCE}}}<br> {{{log4j.appender.DATASOURCE=es.map.sgtic.fw.log4j.DataSourceAppender}}}<br> {{{log4j.appender.DATASOURCE.datasource=java:jdbc/datasource}}}<br...
Log4j Abstract API for ColdFusion. Log4j Introduction: Log4j is an open source Java project that gives the developer the ability to control which log statements are output with arbitrary granularity. It is fully configurable at runtime using external configuration files and most important, it ca...
This software is a prototype of final design from the students of Computer Science and Information Systems, which is under development. The software aims to offer ways of reading log files, that are made based on Log4J API settings and display the information in web interface.
Adaptation of http://commons.apache.org/logging/ for Scala
A Log4J Appender for the MongoDB document oriented database.
An appender to send formatted logging event strings to a specified managment host (typically, a MLM of some sort, but could also be an SNMP management console) in the form of an SNMP trap. This appender does not attempt to provide full access to the SNMP API. In particular, use of this appender d...
http://log4tailer.googlecode.com/svn/logo/log4tailer.png =Introduction= This project aims to provide a different approach to traditional log tailers. Amongst other features: * Multitailing capability. It can tail multiple logs at a time * Colors for every level: warn, info, debug, erro...
Logging is traditionally performed on code level, i.e. developers have their problems in mind when performing logging: Exceptions, technical internal status of the application. With Meta Logga, logging is performed with a business and software design perspective. Logging done on modules, layers ...
1 2 3 4 5 6 Next