Logger

Properties

There are no properties for this class.

Methods

debug

Usage

void debug()

Arguments

None

Return

Type Description
void

Examples

Hello World

This message will be logged to both the tenant log and the system log at the INFO level.

logger.debug("Hello World!");

error

Usage

void error()

Arguments

None

Return

Type Description
void

Examples

Hello World

This message will be logged to both the tenant log and the system log at the INFO level.

logger.error("Hello World!");

info

Usage

void info()

Arguments

None

Return

Type Description
void

Examples

Hello World

This message will be logged to both the tenant log and the system log at the INFO level.

logger.info("Hello World!");