public class Logging
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG_LOG |
| Constructor and Description |
|---|
Logging() |
| Modifier and Type | Method and Description |
|---|---|
static void |
syserr(java.lang.String message)
Convenience Method for error logging.
|
static void |
sysout(java.lang.String message)
Convenience Method to log output only if environment has _SETUPBUILDER_DEBUG=true
|
public static void sysout(java.lang.String message)
message - to logpublic static void syserr(java.lang.String message)
message - to log