public class Logger extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
Logger.QdbEvent |
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String msg) |
static void |
error(String msg) |
static void |
info(String msg) |
static org.slf4j.event.Level |
levelFromNative(int level) |
static void |
log(int level,
int year,
int month,
int day,
int hour,
int min,
int sec,
int pid,
int tid,
String msg) |
static void |
trace(String msg) |
static void |
warn(String msg) |
public static org.slf4j.event.Level levelFromNative(int level)
public static void log(int level, int year, int month, int day, int hour, int min, int sec, int pid, int tid, String msg)
public static void trace(String msg)
public static void debug(String msg)
public static void info(String msg)
public static void warn(String msg)
public static void error(String msg)
Copyright © 2021. All rights reserved.