public class Console extends Object
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
static void |
INFO(String message)
Basic Utility to 'log' in INFO mode.
|
static void |
setInfo(Boolean info) |
static void |
setLogFile(File logFile)
Set output in specified log file, append if ever exists.
|
static void |
setVerbose(Boolean verbose) |
static void |
VERBOSE(String message)
Basic Utility to 'log' in VERBOSE mode.
|
static void |
VERBOSE(String message,
Throwable throwable)
Basic Utility to 'log' in VERBOSE mode.
|
static void |
WARNING(String message)
Basic Utility to 'log' in WARNING mode.
|
static void |
WARNING(String message,
Throwable throwable)
Basic Utility to 'log' in WARNING mode.
|
public static void setInfo(Boolean info)
public static void setVerbose(Boolean verbose)
public static void setLogFile(File logFile)
logFile - file path.public static void VERBOSE(String message)
message - public static void VERBOSE(String message, Throwable throwable)
message - throwable - public static void WARNING(String message, Throwable throwable)
message - throwable - public static void WARNING(String message)
message - public static void INFO(String message)
message - Copyright © 2010–2014 Intelligents-ia. All rights reserved.