Class: Prof::OpsManager::NullLogFetcher
- Inherits:
-
Object
- Object
- Prof::OpsManager::NullLogFetcher
- Defined in:
- lib/prof/ops_manager.rb
Instance Method Summary collapse
Instance Method Details
#fetch_logs(_, _) ⇒ Object
136 137 138 |
# File 'lib/prof/ops_manager.rb', line 136 def fetch_logs(_, _) return 'No Log fetcher configured.' end |