We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666f3b2 commit 34eeaf7Copy full SHA for 34eeaf7
src/DotNetCampus.Logger/Bridges/ILoggerBridge.g.cs
@@ -10,6 +10,11 @@ namespace DotNetCampus.Logging.Bridges;
10
/// </summary>
11
internal interface ILoggerBridge
12
{
13
+ /// <summary>
14
+ /// 确定指定的日志级别是否已启用。
15
+ /// </summary>
16
+ /// <param name="logLevel">要检查的日志级别。</param>
17
+ /// <returns>如果启用该级别,则为 <see langword="true"/>;否则为 <see langword="false"/>。</returns>
18
bool IsEnabled(int logLevel)
19
#if NETCOREAPP3_0_OR_GREATER
20
=> true
0 commit comments