Index: trunk/src/core/io_event.cc
===================================================================
--- trunk/src/core/io_event.cc	(revision 319)
+++ trunk/src/core/io_event.cc	(revision 338)
@@ -6,4 +6,6 @@
 
 #include "nv/core/io_event.hh"
+
+#include "nv/core/logging.hh"
 
 using namespace nv;
@@ -40,4 +42,9 @@
 	NV_RETURN_COVERED_DEFAULT( "EV_UNKNOWN" );
 	};
+}
+
+void nv::log_event( const io_event& e )
+{
+	NV_LOG( LOG_INFO, "Event: " << get_io_event_name( e.type ) );
 }
 
