# File lib/eymiha/util/easylog.rb, line 15
    def initialize(subsecond_precision = nil)
      super()
      @AppLogFormat = "%s %-5s  %s\n"
      self.datetime_format = "%m/%d/%y %H:%M:%S."
      @usecs = subsecond_precision || Time.subsecond_precision
    end