public static void Critical<TLog>(
this ILog logger,
string msg
)
where TLog : ILog
<ExtensionAttribute>
Public Shared Sub Critical(Of TLog As ILog) (
logger As ILog,
msg As String
)
[<ExtensionAttribute>]
static member Critical :
logger : ILog *
msg : string -> unit when 'TLog : ILog
[缺少 "M:TouchSocket.Core.LoggerExtensions.Critical``1(TouchSocket.Core.ILog,System.String)" 的 <typeparam name="TLog"/> 文档]