Package dev.majek.pc.util
Class Logging
- java.lang.Object
-
- java.util.logging.Handler
-
- dev.majek.pc.util.Logging
-
public class Logging extends Handler
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
flush()
void
publish(@NotNull LogRecord record)
-
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
-
-
-
-
Method Detail
-
publish
public void publish(@NotNull @NotNull LogRecord record)
-
close
public void close() throws SecurityException
- Specified by:
close
in classHandler
- Throws:
SecurityException
-
-