public class SpasLogger extends Object
| 构造器和说明 |
|---|
SpasLogger() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
error(SpasLogCode code,
String s) |
static void |
error(SpasLogCode code,
String appName,
String s) |
static void |
error(SpasLogCode code,
String appName,
String s,
Throwable throwable) |
static void |
error(SpasLogCode code,
String s,
Throwable throwable) |
static void |
error(String s) |
static void |
error(String appName,
String s) |
static void |
error(String appName,
String s,
Throwable throwable) |
static void |
error(String s,
Throwable throwable) |
static void |
info(SpasLogCode code,
String s) |
static void |
info(SpasLogCode code,
String appName,
String s) |
static void |
info(String s) |
static void |
info(String appName,
String s) |
static void |
warn(SpasLogCode code,
String s) |
static void |
warn(SpasLogCode code,
String appName,
String s) |
static void |
warn(String s) |
static void |
warn(String appName,
String s) |
public static void info(String s)
public static void warn(String s)
public static void error(String s)
public static void info(SpasLogCode code, String s)
public static void info(SpasLogCode code, String appName, String s)
public static void warn(SpasLogCode code, String s)
public static void warn(SpasLogCode code, String appName, String s)
public static void error(SpasLogCode code, String s)
public static void error(SpasLogCode code, String appName, String s)
public static void error(SpasLogCode code, String s, Throwable throwable)
public static void error(SpasLogCode code, String appName, String s, Throwable throwable)
Copyright © 2016. All rights reserved.