ilya-chumakov / LoggingAdvanced

Improved and patched .NET Core console logger.
Apache License 2.0
22 stars 4 forks source link

Fix issue with padding when IncludeLineBreak is false #9

Closed rickykaare closed 5 years ago

rickykaare commented 5 years ago

This PR fixes an issue with padding of space being added in the log message between log level and message when the IncludeLineBreak is set to false.

Before the fix messages would look like this:

info: Program      This is the log message

After the fix:

info: Program: This is the log message
ilya-chumakov commented 5 years ago

Thank you! I'll make a new release soon.

ilya-chumakov commented 5 years ago

Done. https://github.com/ilya-chumakov/LoggingAdvanced/releases/tag/v0.4.1