| Package | Description |
|---|---|
| org.b3log.latke.logging | |
| org.b3log.latke.util |
Utilities of web container side.
|
| Modifier and Type | Method and Description |
|---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Logger.isLoggable(Level level)
Checks if a message of the given level would actually be logged by this logger.
|
void |
Logger.log(Level level,
String msg,
Object... args)
Logs the specified message with the specified logging level and arguments.
|
void |
Logger.log(Level level,
String msg,
Throwable throwable)
Logs the specified message with the specified logging level and throwable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Requests.log(Request request,
Level level,
Logger logger)
Logs the specified request with the specified level and logger.
|
static void |
Callstacks.printCallstack(Level logLevel,
String[] carePackages,
String[] exceptablePackages)
Prints call stack with the specified logging level.
|
Copyright © 2009–2019 B3log. All rights reserved.