We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Please provide a reproducible example.
Sorry, something went wrong.
// Create new logger var logger = new Logger(logLevel: LogLevel.Info, options: LogOptions.LogOnlyToConsole, messageBufferSize: 0));
// Write log entry logger.Info("Processing request - Name:{0}, Id: {1}", name, id);
Log output: "System.String[]"
Looks like the issue is on line 70 of https://github.com/tylerjensen/ServiceWire/blob/master/src/ServiceWire/LoggerBase.cs
Changing that line locally to one below seemed to work for me, but perhaps there's a better solution?
lines.ToList().ForEach(line => Console.WriteLine(line));
Please submit a PR.
My time has been very limited. I'll try to get to this in the next version.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: