LegacyOrleansLogger 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
LegacyOrleansLogger 支持旧版新奥尔良日志记录功能,包括ILogConsumer,ICloseableLogConsumer,SeverityIFlushableLogConsumer。
public class LegacyOrleansLogger : Microsoft.Extensions.Logging.ILogger
type LegacyOrleansLogger = class
interface ILogger
Public Class LegacyOrleansLogger
Implements ILogger
- 继承
-
LegacyOrleansLogger
- 实现
构造函数
LegacyOrleansLogger(String, IList<ILogConsumer>, IPEndPoint) |
构造函数 |
方法
BeginScope<TState>(TState) |
LegacyOrleansLogger 支持旧版新奥尔良日志记录功能,包括ILogConsumer,ICloseableLogConsumer,SeverityIFlushableLogConsumer。 |
IsEnabled(LogLevel) |
LegacyOrleansLogger 支持旧版新奥尔良日志记录功能,包括ILogConsumer,ICloseableLogConsumer,SeverityIFlushableLogConsumer。 |
Log<TState>(LogLevel, EventId, TState, Exception, Func<TState,Exception,String>) |
记录消息。 当前记录器支持旧事件大容量处理功能。 消息大容量处理功能仅记录 eventId 代码外观计数(如果某些事件显示超过 BulkEventLimit in) BulkEventInterval |
LogLevelToSeverity(LogLevel) |
将 LogLevel 映射到严重性 |