Class: Context::Log
- Inherits:
-
Object
- Object
- Context::Log
- Defined in:
- lib/Context/Log.rb
Overview
Implements some rudimentary logging for context. This is basically just to output warnings.
Class Method Summary collapse
Class Method Details
.warning(system, message) ⇒ Object
6 7 8 |
# File 'lib/Context/Log.rb', line 6 def Log::warning(system, ) $stderr.print("WARNING #{system}: #{}\n") end |