|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.logging.LogViewer
public final class LogViewer
This implements a viewer for existing log files. The output generated by this should never be viewed using this, since the format might be different to a 'real' log file. TODO: A lot of functionality is still to implement (behaviour according to command line options).
| Field Summary | |
|---|---|
static String |
LINE_SEPARATOR
Line separator to be used in output files. |
| Method Summary | |
|---|---|
static void |
main(String[] argv)
The main entry method. |
void |
run()
The run method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LINE_SEPARATOR
| Method Detail |
|---|
public static void main(String[] argv)
argv - Contains the command line arguments.public void run()
run in interface RunnableRunnable.run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||