Closed ktoso closed 1 year ago
Resolves https://github.com/apple/swift-log/issues/253
The handling is a bit tricky, but we uphold reasonable semantics now. We could cache the calculation a bit more perhaps rather than each time in the get{} but this has the right semantics at least.
get{}
Please have a look @slashmo
Resolves https://github.com/apple/swift-log/issues/253
The handling is a bit tricky, but we uphold reasonable semantics now. We could cache the calculation a bit more perhaps rather than each time in the
get{}
but this has the right semantics at least.