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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Added mode to TraceLog.configuration to allow direct, async, or sync mode of operation. Sync & direct mode are useful for use cases that have short-lived processes (scripts) or require real-time logging.
Added ability to set the concurrency mode individually for each Writer.
Added FileWriter class for writing to local log files.
Added TestHarness to assist developers in testing their own Writer types.
Added shell utility to assist in testing Writer types.
Added TraceLogTestTools module/library to allow use of new TestHarness and other Utilities.
Removed
Removed all Xcode projects, Xcode projects are now generated using Swift Package Manager.