GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.TSPrinter Class Reference

A simple millisecond timestamp prepending print*() wrapper for a PrintStream. More...

Collaboration diagram for com.jogamp.common.util.TSPrinter:

Public Member Functions

 TSPrinter (final PrintStream parent)
 
void printf (final long millis, final String format, final Object ... args)
 
void printf (final String format, final Object ... args)
 
void print (final long millis, final String msg)
 
void print (final String msg)
 
void println (final long millis, final String msg)
 
void println (final String msg)
 

Static Public Member Functions

static synchronized TSPrinter stderr ()
 
static synchronized TSPrinter stdout ()
 
static void printf (final PrintStream out, final long millis, final String format, final Object ... args)
 
static void printf (final PrintStream out, final String format, final Object ... args)
 
static void print (final PrintStream out, final long millis, final String msg)
 
static void print (final PrintStream out, final String msg)
 
static void println (final PrintStream out, final long millis, final String msg)
 
static void println (final PrintStream out, final String msg)
 

Detailed Description

A simple millisecond timestamp prepending print*() wrapper for a PrintStream.


Definition at line 32 of file TSPrinter.java.

Constructor & Destructor Documentation

◆ TSPrinter()

com.jogamp.common.util.TSPrinter.TSPrinter ( final PrintStream  parent)

Definition at line 51 of file TSPrinter.java.

Here is the caller graph for this function:

Member Function Documentation

◆ print() [1/4]

void com.jogamp.common.util.TSPrinter.print ( final long  millis,
final String  msg 
)

Definition at line 75 of file TSPrinter.java.

Here is the call graph for this function:

◆ print() [2/4]

static void com.jogamp.common.util.TSPrinter.print ( final PrintStream  out,
final long  millis,
final String  msg 
)
static

Definition at line 69 of file TSPrinter.java.

Here is the caller graph for this function:

◆ print() [3/4]

static void com.jogamp.common.util.TSPrinter.print ( final PrintStream  out,
final String  msg 
)
static

Definition at line 72 of file TSPrinter.java.

Here is the call graph for this function:

◆ print() [4/4]

void com.jogamp.common.util.TSPrinter.print ( final String  msg)

Definition at line 78 of file TSPrinter.java.

Here is the call graph for this function:

◆ printf() [1/4]

void com.jogamp.common.util.TSPrinter.printf ( final long  millis,
final String  format,
final Object ...  args 
)

Definition at line 62 of file TSPrinter.java.

Here is the call graph for this function:

◆ printf() [2/4]

static void com.jogamp.common.util.TSPrinter.printf ( final PrintStream  out,
final long  millis,
final String  format,
final Object ...  args 
)
static

Definition at line 55 of file TSPrinter.java.

Here is the caller graph for this function:

◆ printf() [3/4]

static void com.jogamp.common.util.TSPrinter.printf ( final PrintStream  out,
final String  format,
final Object ...  args 
)
static

Definition at line 59 of file TSPrinter.java.

Here is the call graph for this function:

◆ printf() [4/4]

void com.jogamp.common.util.TSPrinter.printf ( final String  format,
final Object ...  args 
)

Definition at line 65 of file TSPrinter.java.

Here is the call graph for this function:

◆ println() [1/4]

void com.jogamp.common.util.TSPrinter.println ( final long  millis,
final String  msg 
)

Definition at line 88 of file TSPrinter.java.

Here is the call graph for this function:

◆ println() [2/4]

static void com.jogamp.common.util.TSPrinter.println ( final PrintStream  out,
final long  millis,
final String  msg 
)
static

Definition at line 82 of file TSPrinter.java.

Here is the caller graph for this function:

◆ println() [3/4]

static void com.jogamp.common.util.TSPrinter.println ( final PrintStream  out,
final String  msg 
)
static

Definition at line 85 of file TSPrinter.java.

Here is the call graph for this function:

◆ println() [4/4]

void com.jogamp.common.util.TSPrinter.println ( final String  msg)

Definition at line 91 of file TSPrinter.java.

Here is the call graph for this function:

◆ stderr()

static synchronized TSPrinter com.jogamp.common.util.TSPrinter.stderr ( )
static

Definition at line 36 of file TSPrinter.java.

Here is the call graph for this function:

◆ stdout()

static synchronized TSPrinter com.jogamp.common.util.TSPrinter.stdout ( )
static

Definition at line 42 of file TSPrinter.java.

Here is the call graph for this function:

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