|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Info | |
---|---|
fr.umlv.tatoo.cc.common.log |
Uses of Info in fr.umlv.tatoo.cc.common.log |
---|
Methods in fr.umlv.tatoo.cc.common.log that return Info | |
---|---|
Info |
Info.cause(Throwable cause)
Changes the cause of the current info. |
Info |
Info.clone()
|
Info |
Info.column(int column)
Sets the column number of the file associated
with the current info. |
Info |
Info.data(Object... data)
Replaces or set the datas used to format the message() . |
static Info |
Info.derive(Level level,
Object... data)
Creates a new info derived from the default info of the thread local reporter. |
static Info |
Info.derive(Level level,
String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter. |
static Info |
Info.error(String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter with the level() Level.ERROR . |
static Info |
Info.fatalError(String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter with the level() Level.FATAL_ERROR . |
Info |
Info.file(Object file)
Changes the file associated with the current info. |
static Info |
Info.fine(String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter with the level() Level.INFO . |
static Info |
ReporterFactory.getDefaultInfo()
Returns the Info object used to derive the info object used to report an event or an error. |
static Info |
Info.info(String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter with the level() Level.FINE . |
Info |
Info.level(Level level)
Changes the level of the info. |
Info |
Info.line(int line)
Sets the line number of the file associated
with the current info. |
Info |
Info.message(String message)
Changes the message of the current info, this message can contains '%' that are resolved using String.format(String, Object[]) . |
static Info |
Info.warning(String message,
Object... data)
Creates a new info derived from the default info of the thread local reporter with the level() Level.WARNING . |
Methods in fr.umlv.tatoo.cc.common.log with parameters of type Info | |
---|---|
void |
LoggerReporter.report(Info info)
|
abstract void |
Reporter.report(Info info)
Reports informations. |
static void |
ReporterFactory.setAndSealDefaultInfo(Info defaultInfo)
Changes the info object attached on the thread local reporter and used to derive the info object used to report an event or an error . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |