public final class Log extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
info(String text)
Wil log a text with the INFO level
|
static void |
infoFormatted(String text,
Object... parameterArray)
Wil log a text with the INFO level.
|
static void |
warnFormatted(Exception exception)
Wil log a text with the WARN level.
|
static void |
warnFormatted(String text,
Object... parameterArray)
Wil log a text with the WARN level.
|
public static void info(String text)
public static void infoFormatted(String text, Object... parameterArray)
public static void warnFormatted(String text, Object... parameterArray)
public static void warnFormatted(Exception exception)
Copyright © 2015. All rights reserved.