Skip to content

Commit 6e564be

Browse files
committed
#111 DebuggerDisplay for LoggerKey
1 parent 8c608dd commit 6e564be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/log4net/Repository/Hierarchy/LoggerKey.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
using System;
2121
using System.Collections.Generic;
22+
using System.Diagnostics;
2223

2324
namespace log4net.Repository.Hierarchy
2425
{
@@ -39,6 +40,7 @@ namespace log4net.Repository.Hierarchy
3940
/// </remarks>
4041
/// <author>Nicko Cadell</author>
4142
/// <author>Gert Driesen</author>
43+
[DebuggerDisplay("{m_name}")]
4244
internal readonly struct LoggerKey
4345
{
4446
/// <summary>

0 commit comments

Comments
 (0)