mx4j.log

Class FileLogger

public class FileLogger extends Logger

This logger logs to a file.

It's used by the ModelMBean implementation.
Since the constructor takes a parameter, cannot be used as prototype for logging redirection.

Version: $Revision: 1.5 $

Constructor Summary
FileLogger(String location)
Method Summary
protected voidlog(int priority, Object message, Throwable t)

Constructor Detail

FileLogger

public FileLogger(String location)

Method Detail

log

protected void log(int priority, Object message, Throwable t)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.