lib/bauxite/core/logger.rb in bauxite-0.6.1 vs lib/bauxite/core/logger.rb in bauxite-0.6.2
- old
+ new
@@ -79,8 +79,13 @@
# +:info+ (default), +:debug+.
#
def log(s, type = :info)
print s
end
+
+ # Completes the log execution.
+ #
+ def finalize(ctx)
+ end
end
end
end
\ No newline at end of file