Displaying 1 to 10 from 61 results
OtrosLogViewer - Log parser and Viewer
OtrosLogViewer can read log files formatted in Log4j (pattern and XMLL yout), java.util.logging. Source of events can be local or remote file (ftp, sftp, sa ba, http) or sockets. It has many powerful features like filtering marking, formatting, adding notes, etc. It could also format SOAP messages in logs.
Administracion-vehicular-cucea - Sistema de Control de Estacionamientos
Las metas principales son: Ahorro de tiempo y papel con el uso de tarjetas inteligentes (la licencia de conductor). Mejor integración, identificación y captura de los datos del infractor permitiendo una resolución ágil del problema.
Ajlog - No more logger - Logging reloaded
AjLog is a Logging Facade based on AspectJ. This framework uses the power of AspectJ and Java Annotations to provide a better alternative to Jakarta Commons, SLF4J or other Logging facade implementations. Some of the core goals: "No more logger" ;-) Systematization of logging, debugging and tracing Visibility of Logging Better Context support (MDC or NDC) Debug free code of production code (better then in C/C++) Exchange of the logging messages without rebuild. Adaption of the serverity level wi
Asistent - SVN仓库
仓库ä¸çš„æ‰€æœ‰æº�代ç �é�µå¾ªGPL ,GUN,在ä¸�å•†ç”¨çš„æƒ…å†µä¸‹è‡ªç”±ä¼ æ’,严谨贩å�–。 需è¦�版æ�ƒçš„æ¸…è�”ç³» 作者:harries Email:jxausea@gmail.com Telphone:15001327397
Appenginelogger - Distributed logging using Google App Engine
Running a distributed application - on multiple servers, creates a need for logging to a central location, to help an admin monitor what the different parts are doing. When we first encountered the problem in HiveSight we created twitter-log4j that lets you easily "log" messages to twitter from your java code. However, twitter has rate limits so you can't log as much as you want. It also lacks a good way to search the log. This project, AppEngineLogger uses a Google App Engine application as the
Hslogger4j - Log4j XMLLayout handler for hslogger
NOTE: Hslogger4j has been contributed to hslogger and is included in hslogger versions 1.0.6 and above. This stand-alone library is DEPRECATED. Hslogger4j provides handlers for hslogger (John Goerzen's Haskell logging framework) that are compatible with log4j's XMLLayout. In particular log messages created by the handlers can be published directly to the GUI-based log viewer Chainsaw v2. For documentation: see the README. For the latest release: download the tarball. For current code: git clone
Httpd-flv - java implement httpd and flv stream server
java implement httpd and flv stream server and support file download and class filter
Dclib - Portable C++ library
This 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 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 sea
comlogging5j is thin wrapper for Jakarta Commons-Logging.
comlogging5j is thin wrapper of Jakarta Commons-Logging for Java5 or above. This project is inspired by log5j. UsageFirst. It is no long required to give Commons-Logging the category when creating a new class level log. comlogging5j just figures it out from the call stack. For example old usage for Commons-Logging was: private static final Log log = LogFactory.getLog( Foo.class );and the new syntax with comlogging5j : private static final Log log = LogFactory.getLog();Much better and fixes a lot
Firewood - nice looking GUI for viewing and filtering logging events
Planned Featuresnice looking and easy-to-use interface multi-platform responsive, high throughput support all major logging frameworks (log4j, logback, java.util.logging, log4cxx, ...) receive log events via sockets read log events from file save log events to file advanced filtering and high-lighting options save all settings to file (filters, applications, ...) support custom columns (based on MDC) support compressed log events Powered ByApache MINA Glazed Lists