PorkLib
PorkLib copied to clipboard
Custom stdout logger channel name
could you make redirectStdOut have changeable channel name? like this
public DefaultLogger redirectStdOut(String channelName) {
...
Logger fakeLogger = this.channel(channelName);
...
}