com.jproxy.proxy
Class Log4jLogger

java.lang.Object
  extended bycom.jproxy.proxy.Log
      extended bycom.jproxy.proxy.Log4jLogger

public class Log4jLogger
extends Log


Field Summary
 
Fields inherited from class com.jproxy.proxy.Log
DEBUG, ERROR, FATAL, INFO, log, NONE, WARN
 
Constructor Summary
Log4jLogger()
           
 
Method Summary
 void log(java.lang.String message, int userLevel)
          Default implementation of logging.
 
Methods inherited from class com.jproxy.proxy.Log
debug, error, fatal, getLevel, info, isEnable, setLevel, setLogger, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jLogger

public Log4jLogger()
Method Detail

log

public void log(java.lang.String message,
                int userLevel)
Description copied from class: Log
Default implementation of logging. All output goes to System.out For custom implementation the method must be overrden.

Overrides:
log in class Log
Parameters:
message - - Message String
userLevel -


Copyright © JProxy LLC. All Rights Reserved.