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
I can see a use case where it would be reasonable for a user to want to organize their log file hierarchically via child ShellLoggers, while at the same time sharing the Shell of the parent ShellLogger. This could be done via either
allowing the child to inherit everything defined in the parent's Shell (environment variables, functions, etc.), or
allowing the child to share the parent's Shell.
It might be worthwhile to enable both cases. In the first case, whatever is done in the child won't affect the parent or subsequent children, but in the second case it would.
What feature change/addition is needed?
How does this differ from what we currently have?
Do you have suggestions on implementation?
What alternative solutions have you considered?
How has the lack of this feature affected you?
What are you trying to accomplish?
What specifically must we demonstrate to call this work complete?
The text was updated successfully, but these errors were encountered:
INSERT DETAILS HERE.
I can see a use case where it would be reasonable for a user to want to organize their log file hierarchically via child
ShellLoggers
, while at the same time sharing theShell
of the parentShellLogger
. This could be done via eitherShell
(environment variables, functions, etc.), orShell
.It might be worthwhile to enable both cases. In the first case, whatever is done in the child won't affect the parent or subsequent children, but in the second case it would.
The text was updated successfully, but these errors were encountered: