public abstract class Log
extends Object
Simple logger used by the CLI.
- Since:
- 1.0.0
- Author:
- Phillip Webb
-
Constructor Summary
Constructors
-
Method Summary
static void
static void
static void
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
info
public static void info(String message)
-
infoPrint
public static void infoPrint(String message)
-
error
public static void error(String message)
-