org.basex.server
Class Log
java.lang.Object
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. |
Log
public Log(Context ctx,
boolean q)
- Constructor.
- Parameters:
ctx
- context referenceq
- quiet flag (no logging)
write
public void write(Object... str)
- Writes into the log file.
- Parameters:
str
- strings to be written