Describe the bug
Using File Logger like
LoggerManager.sharedInstance.addLogging(LoggerFactoryImpl.makeFileLogging())
creates a FileLogging.log file in Library folder but the content has only a single line containing all the log statements.
To Reproduce
Steps to reproduce the behavior:
- Initialise LoggerManager with FileLogging
- Log something ie
Log.info(...)
- Check the log file contents
- See how there are no new-line breaks (
\n)
Expected behavior
Each log statement should be logged in new line in the log file.
Desktop (please complete the following information):
Describe the bug
Using File Logger like
creates a
FileLogging.logfile inLibraryfolder but the content has only a single line containing all the log statements.To Reproduce
Steps to reproduce the behavior:
Log.info(...)\n)Expected behavior
Each log statement should be logged in new line in the log file.
Desktop (please complete the following information):