|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fhg.igd.earth.observe.log.TextLogger
A simple text logger to store the protocol of the tracer Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG
Field Summary | |
private FileOutputStream |
fout_
|
Constructor Summary | |
TextLogger()
Creates an instance of this class |
Method Summary | |
void |
addLine(String text)
Sends a string to the file |
String |
getIdentName()
Returns the ident name of the logger |
boolean |
init(String name)
Initializes the logger with the given name and opens the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private FileOutputStream fout_
Constructor Detail |
public TextLogger()
Method Detail |
public String getIdentName()
getIdentName
in interface Logger
public boolean init(String name)
init
in interface Logger
name
-
public void addLine(String text)
addLine
in interface Logger
text
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |