module Ougai::Logging

def append(severity, args)

Other tags:
    Private: -
def append(severity, args)
  raise NotImplementedError
end