lib/uu.rb in uu-0.1.3 vs lib/uu.rb in uu-0.2.0
- old
+ new
@@ -4,6 +4,11 @@
module UU
autoload :Remotable, 'uu/remotable'
autoload :RemoteServer, 'uu/remote_server'
autoload :Remote, 'uu/remote'
+ autoload :LoggerStderr, 'uu/logger_stderr'
+ autoload :LoggerFluent, 'uu/logger_fluent'
+ autoload :LogContext, 'uu/log_context'
+ autoload :Loggable, 'uu/loggable'
+ autoload :Log, 'uu/log'
end