public abstract class NCEErr
extends java.lang.Object
ERR: log channel for errors and warnings, level from WARNING and above
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 |
INCONSISTENT_INPUT |
Constructor and Description |
---|
NCEErr() |
Modifier and Type | Method and Description |
---|---|
static void |
closeLogFile() |
static void |
enableWarnings() |
static void |
flush() |
static java.util.logging.Logger |
getInstance() |
static void |
init() |
static void |
openLogFile() |
static void |
openLogFile(java.lang.String fileName) |
static void |
suppressWarnings() |
public static java.util.logging.Logger getInstance()
public static void suppressWarnings()
public static void enableWarnings()
public static void flush()
public static void openLogFile(java.lang.String fileName)
public static void openLogFile()
public static void closeLogFile()
public static void init()