Replies: 1 comment
-
See #1455 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, as mentioned in the FAQ section, as well as in several issues in this repo, tools like
Docker CLI
&Git
seems to write toSTDERR
. There was a way to globally override their loggers, so that the output is redirected toSTDOUT
. This seems to be obsolete now, since these logger properties are missing from the generated tool documents.I've tried looking through the recent change logs, issues and discussions, but I cannot seem to understand why the
Action<OutputType, string>
delegates were removed from theDataClassGenerator.cs
.What would be the new way to redirect the output one-time if we have multiple targets that utilize
Docker CLI
orGit
statements ?ToolOptions.Extensions.SetProcessLogger<T>(Action<OutputType, string>)
is marked as obsolete.Beta Was this translation helpful? Give feedback.
All reactions