1..7 # ->initialize() ok 1 - ->initialize() parameters must contains a file parameter # ->log() ok 2 - ->log() logs a message to the file ok 3 - ->log() logs a message to the file # option: format ok 4 - ->initialize() can take a format option ok 5 - ->initialize() can take a format option # option: time_format ok 6 - ->initialize() can take a format option # option: type ok 7 - ->initialize() can take a format option # ->shutdown() # Looks like everything went fine.