Class Logger
java.lang.Object
gaiasky.util.Logger
The Gaia Sky logger.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Logger.LogReturns default loggerstatic Logger.LogGets the logger for the particular classstatic Logger.LogGets a logger for an arbitrary string tagstatic voidlog(Logger.LoggerLevel level, Object... messages)
-
Field Details
-
level
-
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
log
-
getLogger
-
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
-