Package com.github.tadukoo.util
Class LoggerUtil
java.lang.Object
com.github.tadukoo.util.LoggerUtil
Util functions for dealing with Loggers.
- Version:
- 0.1-Alpha-SNAPSHOT
- Author:
- Logan Ferree (Tadukoo)
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LoggerUtil
private LoggerUtil()Not allowed to create a LoggerUtil
-
-
Method Details
-
createFileLogger
- Parameters:
filepath
- The path to the File to be used as a loglevel
- The Level to log messages at- Returns:
- The created Logger
- Throws:
IOException
- If something goes wrong in creating the file logger
-