class Rollbar::Item
- Rollbar::Item
- Reference
- Object
Defined in:
rollbar/item.crrollbar/item/backtrace.cr
rollbar/item/frame.cr
Constructors
Instance Method Summary
- #build
- #exception : Exception | Nil
- #exception=(exception : Exception | Nil)
- #level : String | Nil
- #level=(level : String | Nil)
- #message : String | Nil
- #message=(message : String | Nil)
- #notifier : Notifier
- #notifier=(notifier : Notifier)
Constructor Detail
def self.new(level : Nil | String, message : Nil | String, exception : Exception | Nil, notifier : Rollbar::Notifier)
#