GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.Logging.LoggerIf Interface Reference

An interface for Logger. More...

Inheritance diagram for com.jogamp.gluegen.Logging.LoggerIf:
Collaboration diagram for com.jogamp.gluegen.Logging.LoggerIf:

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...
 

Detailed Description

An interface for Logger.

Definition at line 59 of file Logging.java.

Member Function Documentation

◆ debug() [1/2]

void com.jogamp.gluegen.Logging.LoggerIf.debug ( final ASTLocusTag  loc,
final String  msg 
)

◆ debug() [2/2]

void com.jogamp.gluegen.Logging.LoggerIf.debug ( final String  msg)

◆ getHandlers()

Handler[] com.jogamp.gluegen.Logging.LoggerIf.getHandlers ( )

◆ getLevel()

Level com.jogamp.gluegen.Logging.LoggerIf.getLevel ( )

◆ getName()

String com.jogamp.gluegen.Logging.LoggerIf.getName ( )

◆ getSourceClassName()

String com.jogamp.gluegen.Logging.LoggerIf.getSourceClassName ( )

◆ info() [1/2]

void com.jogamp.gluegen.Logging.LoggerIf.info ( final ASTLocusTag  loc,
final String  msg 
)

◆ info() [2/2]

void com.jogamp.gluegen.Logging.LoggerIf.info ( final String  msg)

◆ isLoggable()

boolean com.jogamp.gluegen.Logging.LoggerIf.isLoggable ( Level  level)

See Logger#isLoggable(Level).

Here is the caller graph for this function:

◆ log() [1/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final ASTLocusTag  loc,
final String  msg 
)

◆ log() [2/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final ASTLocusTag  loc,
final String  msg,
final Object ...  params 
)

◆ log() [3/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final ASTLocusTag  loc,
final String  msg,
final Object  param 
)

◆ log() [4/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final String  msg 
)

See Logger#log(Level, String).

Here is the caller graph for this function:

◆ log() [5/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final String  msg,
final Object ...  params 
)

◆ log() [6/6]

void com.jogamp.gluegen.Logging.LoggerIf.log ( final Level  level,
final String  msg,
final Object  param 
)

◆ setLevel()

void com.jogamp.gluegen.Logging.LoggerIf.setLevel ( final Level  newLevel) throws SecurityException

See Logger#setLevel(Level).

Here is the caller graph for this function:

◆ setLevelOfAllHandler()

void com.jogamp.gluegen.Logging.LoggerIf.setLevelOfAllHandler ( final Level  newLevel) throws SecurityException

See Handler#setLevel(Level).

Here is the caller graph for this function:

◆ warning() [1/2]

void com.jogamp.gluegen.Logging.LoggerIf.warning ( final ASTLocusTag  loc,
final String  msg 
)

◆ warning() [2/2]

void com.jogamp.gluegen.Logging.LoggerIf.warning ( final String  msg)

See Logger#warning(String).

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: