Package ch.njol.skript.log
Class CountingLogHandler
java.lang.Object
ch.njol.skript.log.LogHandler
ch.njol.skript.log.CountingLogHandler
- All Implemented Interfaces:
OpenCloseable
,Closeable
,AutoCloseable
Counts logged messages of a certain type
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.njol.skript.log.LogHandler
LogHandler.LogResult
-
Field Summary
Fields inherited from interface ch.njol.util.OpenCloseable
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
start()
A convenience method forSkriptLogger.startLogHandler(LogHandler)
.
-
Constructor Details
-
CountingLogHandler
-
-
Method Details
-
log
- Specified by:
log
in classLogHandler
- Parameters:
entry
- entry to log- Returns:
- Whether to print the specified entry or not.
-
start
Description copied from class:LogHandler
A convenience method forSkriptLogger.startLogHandler(LogHandler)
.
Implementations should override this to set the return type to the implementing class.- Overrides:
start
in classLogHandler
-
getCount
public int getCount()
-