sign in · help · news · about · deen

BibSonomy ::  user :: gresch ::

The blue social bookmark and publication sharing system.
 

bookmarks

 (17)
<< < 1 > >> 
  • Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or...
    Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or a word match. It allows you to have multiple logs open concurrently.
    to develop eclipse google-code logfiles logging plugins software by gresch on Mar 19, 2010, 9:47 PM
    (0)
  • Lilith is a logging and access event viewer for the Logback logging framework. It has features comparable to Chainsaw, a logging event viewer for log4j....
    Lilith is a logging and access event viewer for the Logback logging framework. It has features comparable to Chainsaw, a logging event viewer for log4j. This means that it can receive logging events from remote applications using Logback as their logging backend. It uses files to buffer the received events locally, so it is possible to keep vast amounts of logging events at your fingertip while still being able to check only the ones you are really interested in by using filtering conditions. As of V0.9.35, Lilith does also support LOG4j and java.util.logging XML file import. Lilith V0.9.37 has been released on 2009-11-11!
    to develop java log4j logback logging server software tool by gresch and 1 other user on Mar 17, 2010, 10:14 PM
    (0)
  • * LDAP supported for Octopussy Users & Contacts * Send Alerts by Email, IM(Jabber) & NSCA(Nagios) * Export Reports by Em...
    * LDAP supported for Octopussy Users & Contacts * Send Alerts by Email, IM(Jabber) & NSCA(Nagios) * Export Reports by Email, FTP & SCP * Create Map to show your architecture (more info) * Input & Output Plugins for Reports (more info) * Reports Scheduling * ‘RRDTool’ to graph syslog activity * Lot of Services already supported: Bind, Cisco Router, Cisco Switch, DenyAll Reverse Proxy, Drbd, F5 BigIP, Fortinet FW, Ironport MailServer, Linux Kernel/System, Linux IPTables, Monit, MySQL, Nagios, NetApp NetCache, Juniper Netscreen FW, Juniper Netscreen NSM, Postfix, PostgreSQL, Samhain, Snmpd, Squid, Sshd, Syslog-ng, Windows Snare Agent, Xen... (Services ressources) * Wizard to easily create new Message/Service for Unrecognized logs (Contribute !) * Online Updates for Services, Tables & Multilanguage
    to analyzer linux logfiles logging opensource perl software sysadmin tools by gresch on Dec 3, 2008, 11:09 AM
    (0)
  • A common requirement in developing enterprise applications is to ensure audit logs are available for data security and traceability–who made the changes, w...
    A common requirement in developing enterprise applications is to ensure audit logs are available for data security and traceability–who made the changes, when they were made, and what files or sections were changed. This requirement is not only dictated by corporate IT policies, but also required by government laws. Considering that most enterprise applications have at least 50 domain objects, implementing audit logs on each of them can be time-consuming. So, a generic solution must be established to minimize coding when creating audit logs.
    to audit develop hibernate interceptor java logging software springframework trace by gresch and 1 other user on Oct 27, 2008, 4:24 PM
    (0)
  • Many enterprise business applications have such requirements that they should log their users' operations; who performs and when, records that are inserted...
    Many enterprise business applications have such requirements that they should log their users' operations; who performs and when, records that are inserted into, deleted from database, or are changed during those operations, with a meaningful description about current state of those records. Hibernate already provides an interceptor mechanism at SessionFactory level. Hibernate fires events indicating new records are inserted, old ones are deleted, detection of updates, and other events related with transaction status, session flush etc. By that way one can easily track changes on persistent entities in his application.
    to audit database develop hibernate interceptor java logging software springframework by gresch on Oct 27, 2008, 4:09 PM
    (0)
  • Experiences with Audit Logging through Hibernate Interceptor
    to audit develop hibernate interceptor java logging software by gresch on Oct 27, 2008, 4:05 PM
    (0)
  • Logback is intended as a successor to the popular log4j project. It was designed by Ceki Gülcü, the founder of log4j. It builds upon experience gained in b...
    Logback is intended as a successor to the popular log4j project. It was designed by Ceki Gülcü, the founder of log4j. It builds upon experience gained in building industrial-strength logging systems going back as far as 1999. Logback's basic architecture is sufficiently generic so as to apply under different circumstances. At present time, logback is divided into three modules, logback-core, logback-classic and logback-access. The logback-core module lays the groundwork for the other two modules. The logback-classic module can be assimilated to a significantly improved version of log4j. Moreover, logback-classic natively implements the SLF4J API so that you can readily switch back and forth between logback and other logging systems such as log4j or JDK14 Logging. The logback-access module integrates with Servlet containers, such as Tomcat and Jetty, to provide HTTP-access log functionality. Note that you could easily build your own module on top of logback-core.
    to develop java log4j logging software by gresch and 2 other users on Sep 23, 2008, 9:11 AM
    (0)
  • The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desi...
    The Simple Logging Facade for Java or (SLF4J) is intended to serve as a simple facade for various logging APIs allowing to the end-user to plug in the desired implementation at deployment time. SLF4J also supports a bridging legacy APIs as well as a source code migration tool. SLF4J API offers an advanced abstraction of various logging systems, including JDK 1.4 logging, log4j and logback. Features include parameterized logging and MDC support. Logging systems can either choose to implement the the SLF4J interfaces directly, e.g. logback or SimpleLogger. Alternatively, it is possible (and rather easy) to write SLF4J adapters for a given API implementation, e.g. Log4jLoggerAdapter or JDK14LoggerAdapter..
    to develop frameworks java log4j logging software by gresch and 4 other users on Sep 23, 2008, 9:11 AM
    (0)
  • Changing Log4j logging levels dynamically Simple problem and may seem oh-not-so-cool. Make the log4j level dynamically configurable. You should be a abl...
    Changing Log4j logging levels dynamically Simple problem and may seem oh-not-so-cool. Make the log4j level dynamically configurable. You should be a able to change from DEBUG to INFO or any of the others. All this in a running application server.
    to configuration develop java java_ee log4j logging software springframework tips by gresch on Aug 27, 2008, 11:19 AM
    (0)
  • log4jdbc is a JDBC driver that can log SQL and/or JDBC calls (and optionally SQL timing information) for other jdbc drivers using the Simple Logging Facade...
    log4jdbc is a 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.
    to database db develop frameworks java logging software sql tools tracing by gresch on Oct 30, 2007, 5:44 PM
    (0)
  • The Kolja Log Tools are designed for making log files more accessible from a terminal console. The tools are mean to be familiar to anyone currently usi...
    The Kolja Log Tools are designed for making log files more accessible from a terminal console. The tools are mean to be familiar to anyone currently using less, grep, tail, cat etc. These unix favourites tools are still widely in use, and this is the target group for Kolja Loog Tools. These tools deliberately don't require special log file formats i.e. XML or use GUIs for viewing log files.
    to codehaus develop java logging software tools by gresch on Jun 10, 2007, 10:29 PM
    (0)
  • Pantheios is an Open Source C/C++ Logging API library, offering an optimal combination of 100% type-safety, efficiency, genericity and extensibility. It is...
    Pantheios is an Open Source C/C++ Logging API library, offering an optimal combination of 100% type-safety, efficiency, genericity and extensibility. It is simple to use and extend, highly-portable (platform and compiler-independent) and, best of all, it upholds the C tradition of you only pay for what you use.
    to c develop library logging software by gresch and 1 other user on Feb 15, 2007, 12:04 PM
    (0)
  • LogWatcher LogWatcher adds a view to Eclipse that allows log files to be monitored for changes, similar to the Unix tail utility. Features * Wat...
    LogWatcher LogWatcher adds a view to Eclipse that allows log files to be monitored for changes, similar to the Unix tail utility. Features * Watch any file, inside or outside of Eclipse. * Customize number of lines to show from each file and refresh interval. * Tabbed view for easy access to multiple files. * Filters allow actions to be taken when logging output matches certain patterns.
    to java computing develop eclipse informatik logging plugins by gresch and 1 other user on Jan 29, 2007, 8:33 PM
    (0)
  • IBM Devworks article: log4j Jabber appender. Fascinating!
    to java develop programming software logging jabber by gresch on May 24, 2006, 8:38 AM
    (0)
  • One of the most used logfile programs. Real-time enabled.
    to tools statistics software logfiles logging apache httpd by gresch and 10 other users on Jan 10, 2006, 12:02 PM
    (0)
  • Interesting logfile analyzer, webalizer-like output.
    to tools software apache logging httpd by gresch on Jan 10, 2006, 11:56 AM
    (0)
  • to computing develop tools logging by gresch on Jun 1, 2003, 8:11 PM
    (0)
<< < 1 > >>bookmarks per page: 5 10 20 50 100  

publications

publications per page: 5 10 20 50 100  
a gripper