Kanzi  3.9.7
Java API
Log Class Reference

Static Public Member Functions

static void debug (String message)
 Logs a message to the Debug category with an Info level. More...
 
static void error (String message)
 Logs a message to the Generic category with an Error level. More...
 
static void info (String message)
 Logs a message to the Generic category with an Info level. More...
 
static void warning (String message)
 Logs a message to the Generic category with a Warning level. More...
 

Member Function Documentation

static void debug ( String  message)
static

Logs a message to the Debug category with an Info level.

Parameters
messageThe message to log.
static void error ( String  message)
static

Logs a message to the Generic category with an Error level.

Parameters
messageThe message to log.
static void info ( String  message)
static

Logs a message to the Generic category with an Info level.

Parameters
messageThe message to log.
static void warning ( String  message)
static

Logs a message to the Generic category with a Warning level.

Parameters
messageThe message to log.