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
Logger and file system writable destination now implemented together. For more good code quality we may move away logic, that create folders and write files to a separate module.
Solution
Extract logic for writing files from Logger and implement in a separate module without losing functionality. File writable destination may be optional as well.
The text was updated successfully, but these errors were encountered:
Problem
Logger and file system writable destination now implemented together. For more good code quality we may move away logic, that create folders and write files to a separate module.
Solution
Extract logic for writing files from Logger and implement in a separate module without losing functionality. File writable destination may be optional as well.
The text was updated successfully, but these errors were encountered: