public abstract class AbstractLogger extends Object implements IFXGLogger
void log(int level, Object message, Throwable t, String location, int line, int column);
Modifier and Type | Field and Description |
---|---|
protected int |
level |
Modifier | Constructor and Description |
---|---|
protected |
AbstractLogger(int level) |
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message) |
void |
debug(Object message,
Throwable t) |
void |
debug(Object message,
Throwable t,
String location,
int line,
int column) |
void |
error(Object message) |
void |
error(Object message,
Throwable t) |
void |
error(Object message,
Throwable t,
String location,
int line,
int column) |
int |
getLevel() |
void |
info(Object message) |
void |
info(Object message,
Throwable t) |
void |
info(Object message,
Throwable t,
String location,
int line,
int column) |
void |
log(int level,
Object message) |
void |
log(int level,
Object message,
Throwable t) |
void |
setLevel(int value) |
void |
warn(Object message) |
void |
warn(Object message,
Throwable t) |
void |
warn(Object message,
Throwable t,
String location,
int line,
int column) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
log
public void debug(Object message)
debug
in interface IFXGLogger
public void debug(Object message, Throwable t)
debug
in interface IFXGLogger
public void debug(Object message, Throwable t, String location, int line, int column)
debug
in interface IFXGLogger
public void error(Object message)
error
in interface IFXGLogger
public void error(Object message, Throwable t)
error
in interface IFXGLogger
public void error(Object message, Throwable t, String location, int line, int column)
error
in interface IFXGLogger
public void info(Object message)
info
in interface IFXGLogger
public void info(Object message, Throwable t)
info
in interface IFXGLogger
public void info(Object message, Throwable t, String location, int line, int column)
info
in interface IFXGLogger
public int getLevel()
getLevel
in interface IFXGLogger
public void setLevel(int value)
setLevel
in interface IFXGLogger
public void log(int level, Object message)
log
in interface IFXGLogger
public void log(int level, Object message, Throwable t)
log
in interface IFXGLogger
public void warn(Object message)
warn
in interface IFXGLogger
public void warn(Object message, Throwable t)
warn
in interface IFXGLogger
public void warn(Object message, Throwable t, String location, int line, int column)
warn
in interface IFXGLogger
Copyright © 2016 The Apache Software Foundation. All rights reserved.