-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If I am configuring logging is it really the job of the LogWriter to handle the configuration?
Say my logs go out to AWS and the connection needs centralized storage of credentials? The call into my single instance of a log writer with different tags may not have enough information, that otherwise is needed from the Logger that was created with "withTag()".
Right now the LogWriter is unaware of any wider context where it's executing in (the BaseLogger)
Metadata
Metadata
Assignees
Labels
No labels