public abstract class NCELog
extends java.lang.Object
LOG: log channel for messages, level up to INFO
Warning: an event that may compromise computation accuracy but does not prevent its completion.
Error: An error that causes the computation to be stopped either because results will be meaningless or impossible to achieve.
Runtime messages:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONSISTENT_INPUT |
Constructor and Description |
---|
NCELog() |
Modifier and Type | Method and Description |
---|---|
static void |
closeLogFile() |
static void |
enableMoreVerbose() |
static void |
enableOutput() |
static void |
enableVerbose() |
static void |
flush() |
static java.util.logging.Logger |
getInstance() |
static void |
init() |
static void |
muteOutput() |
static void |
openLogFile() |
static void |
openLogFile(java.lang.String fileName) |
public static java.util.logging.Logger getInstance()
public static void enableVerbose()
public static void enableMoreVerbose()
public static void muteOutput()
public static void enableOutput()
public static void flush()
public static void openLogFile(java.lang.String fileName)
public static void openLogFile()
public static void closeLogFile()
public static void init()