Static Public Member Functions

BinNavi.API.helpers.Logger Class Reference

Used to log messages. More...

List of all members.

Static Public Member Functions

static void info (final String message, final Object...objects)
 Logs a string at log level INFO.
static void logException (final Exception exception)
 Logs an exception.
static void severe (final String message, final Object...objects)
 Logs a string at log level SEVERE.
static void warning (final String message, final Object...objects)
 Logs a string at log level WARNING.

Detailed Description

This class can be used to log exceptions to the default BinNavi log.


Member Function Documentation

static void BinNavi.API.helpers.Logger.info ( final String  message,
final Object...  objects 
) [static]

Logs a string at log level INFO.

Parameters:
message The string to log (including format specifiers).
objects The objects used to fill the format specifiers.
static void BinNavi.API.helpers.Logger.logException ( final Exception  exception  )  [static]

Logs an exception to the BinNavi log.

Parameters:
exception The exception to log.
static void BinNavi.API.helpers.Logger.severe ( final String  message,
final Object...  objects 
) [static]

Logs a string at log level SEVERE.

Parameters:
message The string to log (including format specifiers).
objects The objects used to fill the format specifiers.
static void BinNavi.API.helpers.Logger.warning ( final String  message,
final Object...  objects 
) [static]

Logs a string at log level WARNING.

Parameters:
message The string to log (including format specifiers).
objects The objects used to fill the format specifiers.