PorkLib icon indicating copy to clipboard operation
PorkLib copied to clipboard

Custom stdout logger channel name

Open dG9hc3Q opened this issue 2 years ago • 0 comments

could you make redirectStdOut have changeable channel name? like this

public DefaultLogger redirectStdOut(String channelName) {
        ...
                Logger fakeLogger = this.channel(channelName);
        ...
}

image

dG9hc3Q avatar May 11 '22 04:05 dG9hc3Q