LibuvTrace
LibuvTrace(ILogger)
BeginScope<TState>(TState)
ConnectionError(String, Exception)
ConnectionPause(String)
ConnectionRead(String, Int32)
ConnectionReadFin(String)
ConnectionReset(String)
ConnectionResume(String)
ConnectionWrite(String, Int32)
ConnectionWriteCallback(String, Int32)
ConnectionWriteFin(String)
ConnectionWriteFin(String, String)
ConnectionWroteFin(String, Int32)
IsEnabled(LogLevel)
Log<TState>(LogLevel, EventId, TState, Exception, Func<TState, Exception, String>)
netcoreapp2.2
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Internal
{
public class LibuvTrace : ILibuvTrace, ILogger
{
public void ConnectionError(string connectionId, Exception ex);
}
}
.NET Core | 2.02.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv , Version=2.2.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API