Package gaiasky.util
Class Logger
java.lang.Object
gaiasky.util.Logger
The Gaia Sky logger.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Logger.Log
Returns default loggerstatic Logger.Log
Gets the logger for the particular classstatic Logger.Log
Gets a logger for an arbitrary string tagstatic void
log
(Logger.LoggerLevel level, Object... messages)
-
Field Details
-
level
-
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
log
-
getLogger
Returns default logger- Returns:
- The default logger
-
getLogger
Gets the logger for the particular class- Parameters:
clazz
- The class- Returns:
- The logger
-
getLogger
Gets a logger for an arbitrary string tag- Parameters:
tag
- The tag- Returns:
- The logger
-