|
| class | FQNLogger |
| |
| interface | LoggerIf |
| | An interface for Logger. More...
|
| |
| class | PlainLogConsoleHandler |
| |
| class | PlainLogFormatter |
| |
|
| static String | getCanonicalName (final Level level) |
| |
| static LoggerIf | getLogger () |
| | Returns the root package logger. More...
|
| |
| static synchronized LoggerIf | getLogger (final Class<?> clazz) |
| | Returns the demanded logger, while aligning its log-level to the root logger's level. More...
|
| |
| static synchronized LoggerIf | getLogger (final String packageName, final String simpleClassName) |
| | Returns the demanded logger, while aligning its log-level to the root logger's level. More...
|
| |
| static void | alignLevel (final LoggerIf l) |
| | Align log-level of given logger to the root logger's level. More...
|
| |
| static void | alignLevel (final LoggerIf l, final Level level) |
| | Align log-level of given logger and all its handlers to the given level. More...
|
| |
|
| static final boolean | DEBUG = Debug.debug("Logging") |
| |
- Author
- Michael Bien, et.al.
Definition at line 53 of file Logging.java.
◆ alignLevel() [1/2]
| static void com.jogamp.gluegen.Logging.alignLevel |
( |
final LoggerIf |
l | ) |
|
|
static |
Align log-level of given logger to the root logger's level.
Definition at line 374 of file Logging.java.
◆ alignLevel() [2/2]
| static void com.jogamp.gluegen.Logging.alignLevel |
( |
final LoggerIf |
l, |
|
|
final Level |
level |
|
) |
| |
|
static |
Align log-level of given logger and all its handlers to the given level.
Definition at line 378 of file Logging.java.
◆ getCanonicalName()
| static String com.jogamp.gluegen.Logging.getCanonicalName |
( |
final Level |
level | ) |
|
|
static |
◆ getLogger() [1/3]
| static LoggerIf com.jogamp.gluegen.Logging.getLogger |
( |
| ) |
|
|
static |
Returns the root package logger.
Definition at line 355 of file Logging.java.
◆ getLogger() [2/3]
| static synchronized LoggerIf com.jogamp.gluegen.Logging.getLogger |
( |
final Class<?> |
clazz | ) |
|
|
static |
Returns the demanded logger, while aligning its log-level to the root logger's level.
Definition at line 359 of file Logging.java.
◆ getLogger() [3/3]
| static synchronized LoggerIf com.jogamp.gluegen.Logging.getLogger |
( |
final String |
packageName, |
|
|
final String |
simpleClassName |
|
) |
| |
|
static |
Returns the demanded logger, while aligning its log-level to the root logger's level.
Definition at line 364 of file Logging.java.
◆ DEBUG
| final boolean com.jogamp.gluegen.Logging.DEBUG = Debug.debug("Logging") |
|
static |
The documentation for this class was generated from the following file: