Uses of Enum Class
org.basex.server.Log.LogType
Packages that use Log.LogType
-
Uses of Log.LogType in org.basex.server
Methods in org.basex.server that return Log.LogTypeModifier and TypeMethodDescriptionstatic Log.LogTypeReturns the enum constant of this class with the specified name.static Log.LogType[]Log.LogType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.server with parameters of type Log.LogTypeModifier and TypeMethodDescriptionvoidLog.write(Log.LogType type, String info, Performance perf, String address, Context ctx) Writes an entry to the log file.voidLog.write(Log.LogType type, String info, Performance perf, Context ctx) Writes an entry to the log file.voidLog.writeServer(Log.LogType type, String info) Writes a server entry to the log file.