public sealed class ConsoleLogger : LoggerBasePublic NotInheritable Class ConsoleLogger
Inherits LoggerBase[<SealedAttribute>]
type ConsoleLogger =
class
inherit LoggerBase
end| DateTimeFormat |
获取或设置日期时间格式
(继承自 LoggerBase。) |
| Default | 默认的实例 |
| LogLevel |
日志输出级别。
当Log(LogLevel, Object, String, Exception)的类型,在该设置之内时,才会真正输出日志。
(继承自 LoggerBase。) |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| Log |
日志记录
(继承自 LoggerBase。) |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| Map |
将源对象的属性映射到目标对象的属性中。
(由 Mapper 定义。) |
| Map |
将源对象映射到目标类型的实例。
(由 Mapper 定义。) |
| MapTTarget |
将源对象映射到指定目标类型的新实例。
(由 Mapper 定义。) |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |