View RSS Feed

Log4j

  1. log4j – Introduction

    by , 07-07-2012 at 07:34 PM
    Log4J is a Java based API that provides a logging framework which is:

    • Fast
    • Reliable
    • Flexible

    The Apache software License provides the Log4J distribution. It has been also ported to following different languages:

    • C++
    • C
    • C#
    • Python
    • Eiffel
    • Ruby

    Following are the core features and functionalities of Log4J Framework:

    • It is configurable at runtime using files. ...
    Categories
    Tutorial