getLogs() getLogs() : array<mixed,string> This must return the log messages in order with a simple formatting: "<LOG LEVEL> <MESSAGE>" Example ->error('Foo') would yield "error Foo" Returns array<mixed,string>
testContextExceptionKeyCanBeExceptionOrOtherValues() testContextExceptionKeyCanBeExceptionOrOtherValues()