start adding logs and add support for routed logs and logging to stderr
[scpubgit/Object-Remote.git] / lib / Object / Remote / Future.pm
index 893fb6d..7afac68 100644 (file)
@@ -4,6 +4,8 @@ use strict;
 use warnings;
 use base qw(Exporter);
 
+use Object::Remote::Logging qw( :log );
+
 use CPS::Future;
 
 our @EXPORT = qw(future await_future await_all);