Module Log4j

module Log4j: sig .. end
This module provides support for the log4j tool.

Log4j (available at http://logging.apache.org/log4j/) is the de facto standard for logging on the Java platform.


val header : string list
The header defining log4j elements (actually empty).
val render : Event.t -> string
The rendering function for log4j format.
val layout : Layout.t
The xml layout, compatible with the one defined by Apache log4j (cf. http://logging.apache.org/log4j/).