class Lumberjack::Device::RollingLogFile

def archive_file_suffix

change after it is time to roll the file. The log file will be renamed when it is rolled.
Returns a suffix that will be appended to the file name when it is archived.. The suffix should
def archive_file_suffix
  raise NotImplementedError
end