Skip to content

Double-layered comments? #64

Description

@JerryNixon

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}");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions