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
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
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.
-