ConsoleLoggerSettings 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.
保留此类型只是为了兼容。 建议的替代方法是 ConsoleLoggerOptions。
public ref class ConsoleLoggerSettings : Microsoft::Extensions::Logging::Console::IConsoleLoggerSettings
[System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.", true)]
public class ConsoleLoggerSettings : Microsoft.Extensions.Logging.Console.IConsoleLoggerSettings
[<System.Obsolete("This type is retained only for compatibility. The recommended alternative is ConsoleLoggerOptions.", true)>]
type ConsoleLoggerSettings = class
interface IConsoleLoggerSettings
Public Class ConsoleLoggerSettings
Implements IConsoleLoggerSettings
- 继承
-
ConsoleLoggerSettings
- 属性
- 实现
构造函数
ConsoleLoggerSettings() |
已过时.
保留此类型只是为了兼容。 建议的替代方法是 ConsoleLoggerOptions。 |
属性
ChangeToken |
已过时.
保留此属性只是为了兼容。 |
DisableColors |
已过时.
保留此属性只是为了兼容。 |
IncludeScopes |
已过时.
保留此属性只是为了兼容。 |
Switches |
已过时.
保留此属性只是为了兼容。 |
方法
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
已过时.
作为默认哈希函数。 (继承自 Object) |
GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
Reload() |
已过时.
保留此方法只是为了兼容。 |
ToString() |
已过时.
返回表示当前对象的字符串。 (继承自 Object) |
TryGetSwitch(String, LogLevel) |
已过时.
保留此方法只是为了兼容。 |