lib/vedeu/support/log.rb in vedeu-0.4.32 vs lib/vedeu/support/log.rb in vedeu-0.4.33

- old
+ new

@@ -1,8 +1,10 @@ module Vedeu # Allows the creation of a lock-less log device. + # + # @api private class MonoLogger < Logger # Create a trappable Logger instance. # # @param logdev [String|IO] The filename (String) or IO object (typically @@ -74,9 +76,10 @@ end # MonoLogger # Provides the ability to log anything to the Vedeu log file. # + # @api public class Log class << self # Write a message to the Vedeu log file.