Exception: Smplkit::NotInstalledError
- Defined in:
- lib/smplkit/errors.rb
Overview
Raised when a logging operation is attempted before install.
Smpl Logging monkey-patches the standard logging framework, so it stays opt-in: its live surface requires an explicit LoggingClient#install first. Config and flags connect lazily on first live use and never raise this.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
derive_message, #initialize, #to_s
Constructor Details
This class inherits a constructor from Smplkit::Error