Kanzi  3.9.5
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

◆ debug()

static void debug ( String  message)
static

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

Parameters
messageThe message to log.

◆ error()

static void error ( String  message)
static

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

Parameters
messageThe message to log.

◆ info()

static void info ( String  message)
static

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

Parameters
messageThe message to log.

◆ warning()

static void warning ( String  message)
static

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

Parameters
messageThe message to log.