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
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)
The text was updated successfully, but these errors were encountered:
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 (theBaseLogger
)The text was updated successfully, but these errors were encountered: