org.apache.jena.atlas.logging
Class Log
java.lang.Object
org.apache.jena.atlas.logging.Log
public class Log
- extends Object
|
Method Summary |
static void |
debug(Class<?> cls,
String msg)
|
static void |
debug(Class<?> cls,
String msg,
Throwable th)
|
static void |
debug(Object caller,
String msg)
|
static void |
debug(Object caller,
String msg,
Throwable th)
|
static void |
debug(String caller,
String msg)
|
static void |
fatal(Class<?> cls,
String msg)
|
static void |
fatal(Class<?> cls,
String msg,
Throwable th)
|
static void |
fatal(Object caller,
String msg)
|
static void |
fatal(Object caller,
String msg,
Throwable th)
|
static void |
fatal(String caller,
String msg)
|
static void |
info(Class<?> cls,
String msg)
|
static void |
info(Class<?> cls,
String msg,
Throwable th)
|
static void |
info(Object caller,
String msg)
|
static void |
info(Object caller,
String msg,
Throwable th)
|
static void |
info(String caller,
String msg)
|
static void |
setCmdLogging()
Deprecated. Use LogCtl.setCmdLogging() |
static void |
setLog4j()
Deprecated. Use LogCtl.setLog4j() |
static void |
warn(Class<?> cls,
String msg)
|
static void |
warn(Class<?> cls,
String msg,
Throwable th)
|
static void |
warn(Object caller,
String msg)
|
static void |
warn(Object caller,
String msg,
Throwable th)
|
static void |
warn(String caller,
String msg)
|
info
public static void info(String caller,
String msg)
info
public static void info(Object caller,
String msg)
info
public static void info(Class<?> cls,
String msg)
info
public static void info(Object caller,
String msg,
Throwable th)
info
public static void info(Class<?> cls,
String msg,
Throwable th)
debug
public static void debug(String caller,
String msg)
debug
public static void debug(Object caller,
String msg)
debug
public static void debug(Class<?> cls,
String msg)
debug
public static void debug(Object caller,
String msg,
Throwable th)
debug
public static void debug(Class<?> cls,
String msg,
Throwable th)
warn
public static void warn(String caller,
String msg)
warn
public static void warn(Object caller,
String msg)
warn
public static void warn(Class<?> cls,
String msg)
warn
public static void warn(Object caller,
String msg,
Throwable th)
warn
public static void warn(Class<?> cls,
String msg,
Throwable th)
fatal
public static void fatal(Object caller,
String msg)
fatal
public static void fatal(Class<?> cls,
String msg)
fatal
public static void fatal(Object caller,
String msg,
Throwable th)
fatal
public static void fatal(Class<?> cls,
String msg,
Throwable th)
fatal
public static void fatal(String caller,
String msg)
setLog4j
@Deprecated
public static void setLog4j()
- Deprecated. Use LogCtl.setLog4j()
setCmdLogging
@Deprecated
public static void setCmdLogging()
- Deprecated. Use LogCtl.setCmdLogging()
Licenced under the Apache License, Version 2.0