Home

Awesome

Overview

This is a HipChat backend for Lager which lets you send Lager logs to HipChat rooms and optionally mention users.

Build Status Hex.pm

##Configuration Configure a Lager handler like this:

{lager_hipchat_backend, [AuthToken, RoomId, Sender, Color, Mentions, Notify, Level, RetryTimes, RetryInterval]}

Example:

{lager_hipchat_backend, ["3a45v433a44...", "ErrorLog", "lager_hipchat", red, [bob, "alice"], true, error, 5, 3]}

See Lager's documentation for futher information on handler configuration.

Bitdeli Badge