public abstract class LoggerHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggerHelper.LogRecord
This is a log record (says an entry of a log file).
|
| Modifier and Type | Field and Description |
|---|---|
static String |
filename |
protected static org.apache.commons.logging.Log |
log |
static long |
MEGA_STREAM_SIZE |
| Constructor and Description |
|---|
LoggerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createMock(File testDir,
String filename,
int i) |
static void |
mockLogFile()
create a mock of logEvents
|
static void |
mockLogFile2()
create a mock of logEvents
|
public static String filename
public static long MEGA_STREAM_SIZE
protected static final org.apache.commons.logging.Log log
public static void createMock(File testDir, String filename, int i) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void mockLogFile()
throws IOException,
InterruptedException
IOException - todoInterruptedException - todopublic static void mockLogFile2()
throws IOException,
InterruptedException
IOException - todoInterruptedException - todoCopyright © 1999–2019 CodeLutin. All rights reserved.