summaryrefslogtreecommitdiff
path: root/lib/chef/logging/eventlog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/logging/eventlog.rb')
-rw-r--r--lib/chef/logging/eventlog.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/chef/logging/eventlog.rb b/lib/chef/logging/eventlog.rb
new file mode 100644
index 0000000000..00841272a3
--- /dev/null
+++ b/lib/chef/logging/eventlog.rb
@@ -0,0 +1,8 @@
+require 'chef/event_dispatch/base'
+
+class Chef
+ module Logging
+ class EventLogger < EventDispatch::Base
+ end
+ end
+end