Package me.hsgamer.bettergui.api.addon
Interface GetLogger
-
- All Superinterfaces:
GetClassLoader
public interface GetLogger extends GetClassLoader
An extra interface forExpansion
to get the logger for the addon
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Logger
getLogger()
Get the logger-
Methods inherited from interface me.hsgamer.hscore.expansion.extra.expansion.GetClassLoader
getExpansionClassLoader
-
-
-
-
Method Detail
-
getLogger
default Logger getLogger()
Get the logger- Returns:
- the logger
-
-