Uses of Class
com.mckoi.util.Log
-
Packages that use Log Package Description com.mckoi.database The core database classes for Mckoi.com.mckoi.util Miscellaneous utility classes. -
-
Uses of Log in com.mckoi.database
Fields in com.mckoi.database declared as Log Modifier and Type Field Description private LogDatabase. commands_logThis log file records the DQL commands executed on the server.Methods in com.mckoi.database that return Log Modifier and Type Method Description LogDatabase. getCommandsLog()Returns the log file where commands are recorded. -
Uses of Log in com.mckoi.util
Subclasses of Log in com.mckoi.util Modifier and Type Class Description (package private) classNullLogAn implementation of Log that doesn't log anything.Methods in com.mckoi.util that return Log Modifier and Type Method Description static LogLog. nullLog()Returns a Log that won't actually store a log.
-