FTL.Realm.setLogLevel()

Signature

void setLogLevel (String level)

Domain

ACTION

Description

Set the FTL Log trace level.

Parameters

NameTypeDescription
levelStringThe String value representing the level of logging requested.
The possible logging levels which are String constants can be obtained from the java API documentation of FTL class.

Returns

TypeDescription
void

Cautions

none