public abstract class AbstractLogger extends Object implements ILogger
protected Object
logger
protected String
name
protected IProxy
proxy
protected
AbstractLogger(String name)
void
debug(String s)
String
getName()
info(String s)
warn(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String name
protected Object logger
protected IProxy proxy
protected AbstractLogger(String name)
public String getName()
getName
ILogger
public void debug(String s)
debug
public void info(String s)
info
public void warn(String s)
warn
Copyright © 2024. All Rights Reserved.