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
Currently in Alpha you can only log to a file. It would be nice to abstract out this interface, allowing us to inject other logging interfaces behind the abstracted interface such as:
Logging to a message queue.
Logging to a database table (SQLite would be sweet here).
The text was updated successfully, but these errors were encountered:
Closing for now as the interface and factory are in place, will raise separate tickets for each new provider in the future (for now we just have the log file provider).
Currently in Alpha you can only log to a file. It would be nice to abstract out this interface, allowing us to inject other logging interfaces behind the abstracted interface such as:
The text was updated successfully, but these errors were encountered: