LogLevel

LogLevel

Code

Name

Fatal

Fatal

Error

Error

Warning

Warning

Information

Information

Debug

Debug


getCode

Retrieves the log level.

public int getCode()

Return Value

Type

Description

int

Log level

Sample Code

int level = logLevel.getCode();

getName

Retrieves the log level name.

public String getName()

Return Value

Type

Description

String

Log level name

Sample Code

String level = logLevel.getName();