Class: KnifeESX::CLogger
- Inherits:
-
Object
- Object
- KnifeESX::CLogger
- Includes:
- Celluloid, Singleton
- Defined in:
- lib/chef/knife/esx_vm_create.rb
Instance Method Summary collapse
Instance Method Details
#error(msg) ⇒ Object
68 69 70 |
# File 'lib/chef/knife/esx_vm_create.rb', line 68 def error(msg) $stderr.puts "ERROR: #{msg}" end |
#info(msg) ⇒ Object
64 65 66 |
# File 'lib/chef/knife/esx_vm_create.rb', line 64 def info(msg) puts "INFO: #{msg}" end |