org.basex.server
Class Log

java.lang.Object
  extended by org.basex.server.Log

public final class Log
extends Object

Management of logging.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Andreas Weiler

Constructor Summary
Log(Context ctx, boolean q)
          Constructor.
 
Method Summary
 void write(Object... str)
          Writes into the log file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log(Context ctx,
           boolean q)
Constructor.

Parameters:
ctx - context reference
q - quiet flag (no logging)
Method Detail

write

public void write(Object... str)
Writes into the log file.

Parameters:
str - strings to be written