public class Logging extends Object
Constructor and Description |
---|
Logging() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(String message,
Object... args) |
static void |
error(String message,
Object... args) |
static void |
trace(String message,
Object... args) |
static void |
warn(String message,
Object... args) |
static void |
warn(Throwable e,
String message,
Object... args) |
Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.