Class LogMeta
java.lang.Object
de.eldoria.eldoutilities.debug.data.LogData
de.eldoria.eldoutilities.debug.payload.LogMeta
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LogData
create
(Plugin plugin, DebugSettings settings) Gets the latest log from the logs directory.
-
Field Details
-
MAX_LOG_PART_SIZE
public static final int MAX_LOG_PART_SIZE- See Also:
-
MAX_LOG_MB
public static final int MAX_LOG_MB- See Also:
-
-
Constructor Details
-
LogMeta
-
-
Method Details
-
create
Gets the latest log from the logs directory.- Parameters:
plugin
- plugin for pure lazyness and logging purposessettings
- settings for debug dispatching- Returns:
- Log as string.
-