|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
An interface for Logger.
More...
Public Member Functions | |
| void | info (final String msg) |
See Logger#info(String). More... | |
| void | info (final ASTLocusTag loc, final String msg) |
See Logger#info(String). More... | |
| void | warning (final String msg) |
See Logger#warning(String). More... | |
| void | warning (final ASTLocusTag loc, final String msg) |
See Logger#warning(String). More... | |
| void | debug (final String msg) |
Calls log(Level, String) w/ Level#FINE. More... | |
| void | debug (final ASTLocusTag loc, final String msg) |
Calls log(Level, ASTLocusTag, String) w/ Level#FINE. More... | |
| void | log (final Level level, final String msg) |
See Logger#log(Level, String). More... | |
| void | log (final Level level, final String msg, final Object param) |
See Logger#log(Level, String, Object). More... | |
| void | log (final Level level, final String msg, final Object ... params) |
See Logger#log(Level, String, Object[]). More... | |
| void | log (final Level level, final ASTLocusTag loc, final String msg) |
See Logger#log(Level, String). More... | |
| void | log (final Level level, final ASTLocusTag loc, final String msg, final Object param) |
See Logger#log(Level, String, Object). More... | |
| void | log (final Level level, final ASTLocusTag loc, final String msg, final Object ... params) |
See Logger#log(Level, String, Object[]). More... | |
| void | setLevel (final Level newLevel) throws SecurityException |
See Logger#setLevel(Level). More... | |
| void | setLevelOfAllHandler (final Level newLevel) throws SecurityException |
See Handler#setLevel(Level). More... | |
| Level | getLevel () |
See Logger#getLevel(). More... | |
| boolean | isLoggable (Level level) |
See Logger#isLoggable(Level). More... | |
| String | getName () |
See Logger#getName(). More... | |
| Handler[] | getHandlers () |
See Logger#getHandlers(). More... | |
| String | getSourceClassName () |
See LogRecord#getSourceClassName(). More... | |
An interface for Logger.
Definition at line 59 of file Logging.java.
| void com.jogamp.gluegen.Logging.LoggerIf.debug | ( | final ASTLocusTag | loc, |
| final String | msg | ||
| ) |
Calls log(Level, ASTLocusTag, String) w/ Level#FINE.
| void com.jogamp.gluegen.Logging.LoggerIf.debug | ( | final String | msg | ) |
Calls log(Level, String) w/ Level#FINE.
| Handler[] com.jogamp.gluegen.Logging.LoggerIf.getHandlers | ( | ) |
See Logger#getHandlers().
| Level com.jogamp.gluegen.Logging.LoggerIf.getLevel | ( | ) |
See Logger#getLevel().
| String com.jogamp.gluegen.Logging.LoggerIf.getName | ( | ) |
See Logger#getName().
| String com.jogamp.gluegen.Logging.LoggerIf.getSourceClassName | ( | ) |
| void com.jogamp.gluegen.Logging.LoggerIf.info | ( | final ASTLocusTag | loc, |
| final String | msg | ||
| ) |
See Logger#info(String).
| void com.jogamp.gluegen.Logging.LoggerIf.info | ( | final String | msg | ) |
See Logger#info(String).
| boolean com.jogamp.gluegen.Logging.LoggerIf.isLoggable | ( | Level | level | ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final ASTLocusTag | loc, | ||
| final String | msg | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final ASTLocusTag | loc, | ||
| final String | msg, | ||
| final Object ... | params | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final ASTLocusTag | loc, | ||
| final String | msg, | ||
| final Object | param | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final String | msg | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final String | msg, | ||
| final Object ... | params | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.log | ( | final Level | level, |
| final String | msg, | ||
| final Object | param | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.setLevel | ( | final Level | newLevel | ) | throws SecurityException |
| void com.jogamp.gluegen.Logging.LoggerIf.setLevelOfAllHandler | ( | final Level | newLevel | ) | throws SecurityException |
| void com.jogamp.gluegen.Logging.LoggerIf.warning | ( | final ASTLocusTag | loc, |
| final String | msg | ||
| ) |
| void com.jogamp.gluegen.Logging.LoggerIf.warning | ( | final String | msg | ) |