Package | Description |
---|---|
org.basex.server |
Server implementation.
|
Modifier and Type | Method and Description |
---|---|
static Log.LogType |
Log.LogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogType[] |
Log.LogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.write(String address,
User user,
Log.LogType type,
String info,
Performance perf)
Writes an entry to the log file.
|
void |
Log.writeServer(Log.LogType type,
String info)
Writes a server entry to the log file.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.