Projects tagged ‘log4j’


[63 total ]

667 Users
   

log4j is a Java-based logging utility, and is one of many projects from the Apache Software Foundation. It is used primarily as a debugging tool.
Created over 3 years ago.

235 Users
   

Wrapper around a variety of logging API implementations.
Created over 3 years ago.

4 Users

The logging support in the standard Log Service of the OSGi specification is minimalistic and not entirely suitable for enterprise applications. This project tries to address this by extending the ... [More] standard interface with additional interfaces and using a strong logging backend, the Apache Log4J. Pax Logging defines its own API, but more importantly it supports the Log4J and Jakarta Commons Logging APIs as well, making it easy to creata bundles that uses these common APIs, either directly in new code or usage residing inside 3rd party libraries. [Less]
Created over 2 years ago.

4 Users
   

Log4cxx is C++ port of Log4j. log4cxx attempts to mimic log4j usage as much as the language will allow and to be compatible with log4j configuration and output formats.
Created over 3 years ago.

4 Users
   

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and ... [More] thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]
Created over 3 years ago.

2 Users

A logger for erlang in the spirit of Log4J. You can download the latest tarball from the downloads section and read README.txt file for instructions on using log4erl. Please visit blog for this ... [More] project at http://log4erl.blogspot.com. Also, you can subscribe to our page in google groups in http://groups.google.com/group/log4erl. [Less]
Created about 1 year ago.

2 Users

log4php is a PHP port of log4j.
Created over 2 years ago.

2 Users
 

Direct Democracy Portal, mixing open source with politics to create a portal for online organisations governed through direct democracy. Using maven, mysql, hibernate annotations (EJB 3.0), spring framework and ThinWire RIA Ajax Framework.
Created over 2 years ago.

1 Users

A set of advanced Log4J appenders designed for hi-load applications. Among them: TimeAndSizeRollingFileAppender, ThreadSafeAsyncAppender, DbcpDataSourceAppender, JndiDataSourceAppender etc. Also ... [More] includes appender wrappers for use in JBoss environment. [Less]
Created 3 months ago.

1 Users

Log4J Twitter AppenderIt is useful to log error messages to a mobile device so that errors in your production servers can be quickly resolved. Twitter is a great way to keep up to date with your other ... [More] interests so why not your server logs? In HiveSight we did just that. Here is an implementation of a Lo4J Appender that sends log messages to your Twitter. Here is an example of how it is added as an appender using a ''log4j.properties'' file: log4j.rootLogger=INFO, TWITTER log4j.appender.TWITTER=com.hivesight.infra.log4j.TwitterAppender log4j.appender.TWITTER.username=[your twitter username] log4j.appender.TWITTER.password=[your twitter password] log4j.appender.TWITTER.urlTemplate=http://twitter.com/statuses/update.xml log4j.appender.TWITTER.layout=org.apache.log4j.PatternLayout log4j.appender.TWITTER.layout.ConversionPattern=%d %-5p %c %x - %m%n log4j.appender.TWITTER.Threshold=ERRORTwo things you should be aware of before using this: Be aware of the Twitter API Rate Limiting and other technical or legal limitations that are related to the way you intend to use this code. Twitter messages are limited to 140 characters, longer messages will be trimmed. This appender works by utilizing the commons-httpclient to send a POST request to the Twitter API so make sure you have commons-httpclient in your classpath Source Code is available from Subversion. You can also view it here [Less]
Created about 1 year ago.