class Rollbar::Notifier

Defined in:

rollbar/notifier.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def configuration : Configuration #

[View source]
def configuration=(configuration : Configuration) #

[View source]
def info #

[View source]
def log(level, *args) #

[View source]
def report(level : String, message : String | Nil, exception : Exception | Nil) #

[View source]