Scala Logging

Simple Scala API for logging along with an implementation based on the Java Logging API

Лицензия

Лицензия

Категории

Категории

Scala Языки программирования Logging Библиотеки уровня приложения
Группа

Группа

org.helgoboss
Идентификатор

Идентификатор

scala-logging
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

bundle
Описание

Описание

Scala Logging
Simple Scala API for logging along with an implementation based on the Java Logging API
Ссылка на сайт

Ссылка на сайт

https://github.com/helgoboss/scala-logging
Система контроля версий

Система контроля версий

https://github.com/helgoboss/scala-logging

Скачать scala-logging

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.10.0

Модули Проекта

Данный проект не имеет модулей.

Scala Logging

Scala Logging is a simple and clean Scala API for logging. It also contains an implementation based on the Java Logging API.

Examples

No surprises here. It's a typical logging API:

log.info("Hello world!")

What might surprise Scala newcomers is the fact that the expression in the braces will only be evaluated if the corresponding log level is activated. In the following example, 3 + 2 will be calculated only if debugging is enabled in the underlying logging framework:

log.debug(3 + 2)

So forget about checking isDebugEnabled().

Documentation

Версии библиотеки

Версия
1.0.0