Skip to content

Commit

Permalink
#111 DebuggerDisplay for LoggerKey
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeAndNil committed Jul 25, 2024
1 parent 8c608dd commit 6e564be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/log4net/Repository/Hierarchy/LoggerKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;

namespace log4net.Repository.Hierarchy
{
Expand All @@ -39,6 +40,7 @@ namespace log4net.Repository.Hierarchy
/// </remarks>
/// <author>Nicko Cadell</author>
/// <author>Gert Driesen</author>
[DebuggerDisplay("{m_name}")]
internal readonly struct LoggerKey
{
/// <summary>
Expand Down

0 comments on commit 6e564be

Please sign in to comment.