Home / Vulnerability Database / Kotlin : Multiple loggers in same class
Kotlin

Kotlin : Multiple loggers in same class

Classification

Overview

The application uses several data loggers in the same class. Instead, using logging levels is recommended.

As a rule, the applications records in the transaction history for further processing, debugging, or statistics gathering into the log. Log analysis can be done manually or automatically.

A good practice is to use a single logger object for all objects of that class during the whole period of the program.

LOW

DerScanner Severity Score

Do you want to fix Kotlin : Multiple loggers in same class in your application?

See also

Kotlin

Kotlin : Missing required cryptographic step

Kotlin

Kotlin : Logging into system output

Kotlin

Kotlin : Call of notify() in synchronized block