I have been using FiLog with a custom sender when in development mode, "DevSender", which will log to the console, but only produces one line per log event. This way my console doesn't get obfuscated by the 30-50 lines-per-entry log messages.
It's just a minor difference compared to the ConsoleSender, but I was wondering if it's useful or different enough to be added?
I have been using FiLog with a custom sender when in development mode, "DevSender", which will log to the console, but only produces one line per log event. This way my console doesn't get obfuscated by the 30-50 lines-per-entry log messages.
It's just a minor difference compared to the
ConsoleSender, but I was wondering if it's useful or different enough to be added?