Package ch.njol.skript.log
Class BlockingLogHandler
java.lang.Object
ch.njol.skript.log.LogHandler
ch.njol.skript.log.BlockingLogHandler
- All Implemented Interfaces:
- OpenCloseable,- Closeable,- AutoCloseable
Blocks any messages from being logged.
- 
Nested Class SummaryNested classes/interfaces inherited from class ch.njol.skript.log.LogHandlerLogHandler.LogResult
- 
Field SummaryFields inherited from interface ch.njol.util.OpenCloseableEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstart()A convenience method forSkriptLogger.startLogHandler(LogHandler).
- 
Constructor Details- 
BlockingLogHandlerpublic BlockingLogHandler()
 
- 
- 
Method Details- 
log- Specified by:
- login class- LogHandler
- Parameters:
- entry- entry to log
- Returns:
- Whether to print the specified entry or not.
 
- 
startDescription copied from class:LogHandlerA convenience method forSkriptLogger.startLogHandler(LogHandler).
 Implementations should override this to set the return type to the implementing class.- Overrides:
- startin class- LogHandler
 
 
-