Module: LlmCostTracker::Logging
- Defined in:
- lib/llm_cost_tracker/logging.rb
Class Method Summary collapse
Class Method Details
.debug(message) ⇒ Object
6 |
# File 'lib/llm_cost_tracker/logging.rb', line 6 def debug() = Rails.logger.debug(prefixed()) |
.warn(message) ⇒ Object
8 |
# File 'lib/llm_cost_tracker/logging.rb', line 8 def warn() = Rails.logger.warn(prefixed()) |