public class ConsoleSTDOutputHandler
extends java.util.logging.ConsoleHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Method equals ...
|
static ConsoleSTDOutputHandler |
getInstance()
Gets the instance
|
java.util.logging.Level |
getLevel()
Returns the level assigned to this class and not the parent
|
static java.util.Map<java.lang.String,java.util.logging.Level> |
getLogPackagesLevels() |
int |
hashCode()
Method hashCode ...
|
boolean |
isColoured()
If the output handler is working in coloured mode
|
void |
publish(java.util.logging.LogRecord record) |
ConsoleSTDOutputHandler |
setColoured(boolean coloured)
Sets if the output handler must output in coloured mode
|
void |
setLevel(java.util.logging.Level level)
This this level and the parent level.
|
flush, isLoggable, setEncoding, setOutputStreampublic static ConsoleSTDOutputHandler getInstance()
public static java.util.Map<java.lang.String,java.util.logging.Level> getLogPackagesLevels()
public void publish(java.util.logging.LogRecord record)
publish in class java.util.logging.ConsoleHandlerpublic boolean isColoured()
public ConsoleSTDOutputHandler setColoured(boolean coloured)
coloured - If it must render colouredpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - of type Objectpublic java.util.logging.Level getLevel()
getLevel in class java.util.logging.Handlerpublic void setLevel(java.util.logging.Level level)
setLevel in class java.util.logging.Handlerlevel - The level to applyCopyright © 2020 Marc Magon. All rights reserved.