issues
search
weissi
/
swift-server-logging-api-proposal
SSWG Proposal for Logging API
9
stars
8
forks
source link
refactor examples and remove dependecy on foundation
#14
Closed
tomerd
closed
5 years ago
tomerd
commented
5 years ago
motivation:
due to the low level nature of the library we prefer not to force-load foundation
help reviewers diffrentiate between examples of usage vs implementation, and add more realistic usage and implementations examples
changes:
remove foundation from Logging module, replace with c based locks and time functions
rewrite usage examples to be more realistic
add example of an implementation that writes to files
add example of an implementation that is config driven
tomerd
commented
5 years ago
@weissi
motivation:
changes: