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 Log
Database. commands_log
This log file records the DQL commands executed on the server.Methods in com.mckoi.database that return Log Modifier and Type Method Description Log
Database. 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) class
NullLog
An implementation of Log that doesn't log anything.Methods in com.mckoi.util that return Log Modifier and Type Method Description static Log
Log. nullLog()
Returns a Log that won't actually store a log.
-