de.fhg.igd.earth.observe.log
Interface Logger

All Known Implementing Classes:
TextLogger

public interface Logger

An interface to a special logger Title : Earth Copyright : Copyright (c) 2001 Organisation : IGD FhG

Version:
: 1.0
Author:
: Werner Beutel

Method Summary
 void addLine(String text)
          Sends a string to the logger
 String getIdentName()
          Returns the ident name of the logger
 boolean init(String name)
          Initializes the logger with the given name
 

Method Detail

getIdentName

public String getIdentName()
Returns the ident name of the logger


init

public boolean init(String name)
Initializes the logger with the given name

Parameters:
name -
Returns:
result

addLine

public void addLine(String text)
Sends a string to the logger

Parameters:
text -


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.