weissi / swift-server-logging-api-proposal

SSWG Proposal for Logging API
9 stars 8 forks source link

Try appending to log file in sample logger #45

Closed tkrajacic closed 5 years ago

tkrajacic commented 5 years ago

The sample file logger would always overwrite the current log when initialized. While it is just a contrived example it might still be good to try appending to an existing file before overwriting it.