agile-lab-dev / agile-lab-dev/darwin
Use a "guarded" logger in trait Logging
Abierto
contest
good first issue
- Lenguaje dominante
- Scala
- Estrellas
- 36
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
As of 7d76fb3a421b1edbe3235a2a525ca1b56fae0065 the logger used in the logger trait is not guarded, therefore it always generates strings eagerly without checking if they will be emitted or not. This may incur in runtime penalties if some log message creation is onerous.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.