You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: