public class BotLogger extends Object
| Constructor and Description |
|---|
BotLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
config(String tag,
String msg) |
static void |
config(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
config(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
debug(String tag,
String msg) |
static void |
debug(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
debug(@NotNull String tag,
Throwable throwable) |
static void |
error(String tag,
String msg) |
static void |
error(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
error(@NotNull String tag,
Throwable throwable) |
static void |
fine(String tag,
String msg) |
static void |
fine(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
fine(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
finer(String tag,
String msg) |
static void |
finer(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
finer(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
finest(String tag,
String msg) |
static void |
finest(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
finest(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
info(String tag,
String msg) |
static void |
info(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
info(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
log(@NotNull Level level,
String tag,
String msg) |
static void |
log(@NotNull Level level,
@NotNull String tag,
@NotNull String msg,
@NotNull Throwable thrown) |
static void |
log(@NotNull Level level,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
setLevel(Level level) |
static void |
severe(String tag,
String msg) |
static void |
severe(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
severe(@NotNull String tag,
@NotNull Throwable throwable) |
static void |
trace(String tag,
String msg) |
static void |
trace(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
trace(@NotNull String tag,
Throwable throwable) |
static void |
warn(String tag,
String msg) |
static void |
warn(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
warn(@NotNull String tag,
Throwable throwable) |
static void |
warning(String tag,
String msg) |
static void |
warning(@NotNull String msg,
@NotNull String tag,
@NotNull Throwable throwable) |
static void |
warning(@NotNull String tag,
@NotNull Throwable throwable) |
public static void setLevel(Level level)
public static void log(@NotNull
@NotNull Level level,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void log(@NotNull
@NotNull Level level,
@NotNull
@NotNull String tag,
@NotNull
@NotNull String msg,
@NotNull
@NotNull Throwable thrown)
public static void severe(@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void warning(@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void config(@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void finest(@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void severe(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void warning(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void info(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void config(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void fine(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void finer(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void finest(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void warn(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void debug(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
public static void error(@NotNull
@NotNull String msg,
@NotNull
@NotNull String tag,
@NotNull
@NotNull Throwable throwable)
Copyright © 2017. All rights reserved.