class Lumberjack::Device::RollingLogFile

def roll_file?

Return +true+ if the file should be rolled.
def roll_file?
  raise NotImplementedError
end