Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit d7350f1

Browse files
Update LogProvider.cs
1 parent 976d122 commit d7350f1

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

src/LibLog/LogProvider.cs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,19 @@ namespace YourRootNamespace.Logging
5555
using global::System.Runtime.CompilerServices;
5656
#endif
5757

58-
/// <summary>
59-
/// Provides a mechanism to create instances of <see cref="ILog" /> objects.
60-
/// </summary>
6158
#if LIBLOG_EXCLUDE_CODE_COVERAGE
6259
[ExcludeFromCodeCoverage]
6360
#endif
6461
#if LIBLOG_PROVIDERS_ONLY
62+
/// <summary>
63+
/// Provides a mechanism to set the <see cref="ILogProvider" />
64+
/// and create instances of <see cref="ILog" /> objects.
65+
/// </summary>
6566
internal
6667
#else
68+
/// <summary>
69+
/// Provides a mechanism to set the <see cref="ILogProvider" />.
70+
/// </summary>
6771
public
6872
#endif
6973
static class LogProvider

0 commit comments

Comments
 (0)