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