Skip to content
New issue

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

Double-layered comments? #64

Open
JerryNixon opened this issue Sep 20, 2022 · 1 comment
Open

Double-layered comments? #64

JerryNixon opened this issue Sep 20, 2022 · 1 comment
Assignees
Labels

Comments

@JerryNixon
Copy link

Don't you have Source Control so you don't need to do this?

///// <summary>
///// The logger message critical
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageCritical = LoggerMessage.Define<string>(LogLevel.Critical, new EventId(100, "CRITICAL"), "{Message}");
///// <summary>
///// The logger message debug
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageDebug = LoggerMessage.Define<string>(LogLevel.Debug, new EventId(200, "DEBUG"), "{Message}");
///// <summary>
///// The logger message error
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageError = LoggerMessage.Define<string>(LogLevel.Error, new EventId(300, "ERROR"), "{Message}");
///// <summary>
///// The logger message information
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageInformation = LoggerMessage.Define<string>(LogLevel.Information, new EventId(400, "INFORMATION"), "{Message}");
///// <summary>
///// The logger message trace
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageTrace = LoggerMessage.Define<string>(LogLevel.Trace, new EventId(500, "TRACE"), "{Message}");
///// <summary>
///// The logger message warning
///// </summary>
//private static readonly Action<ILogger, string, Exception> _loggerMessageWarning = LoggerMessage.Define<string>(LogLevel.Warning, new EventId(600, "WARNING"), "{Message}");

@RealDotNetDave
Copy link
Owner

Yes. I've been waiting for .NET 7 to come out before I remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants