com.kagekirin.keillogs
v0.0.49
Published
C# string extension for custom logging.
Downloads
4
Readme
Keillogs (com.kagekirin.keillogs) - 0.0.49
** Repacked from NuGet using NuGettier v0.4.16+c6c6e46794fb522e40cf28c5ceccabe0607359f5 **
C# string extension for custom logging.
Keillogs

C# string extension for Microsoft.Extension.Logging putting the log message first, and the logger second.
$"hello world {user}".LogTrace(logger);
"hello {0}".LogDebug(logger, "world");
"count {0}".LogInformation(logger, 42);WARNING: OK, seriously, don't use this. This project is merely a total stupid test project to create a fully working GitHub Actions CI pipeline.
