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