public abstract class LoggerBase : ILog
Public MustInherit Class LoggerBase
Implements ILog
[<AbstractClassAttribute>]
type LoggerBase =
class
interface ILog
end
LoggerBase | 初始化 LoggerBase 类的一个新实例 |
DateTimeFormat | 获取或设置日期时间格式 |
LogLevel | 日志输出级别。 当Log(LogLevel, Object, String, Exception)的类型,在该设置之内时,才会真正输出日志。 |
CreateLogString | 创建日志字符串。 |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
Log | 日志记录 |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
ToString | Returns a string that represents the current object. (继承自 Object。) |
WriteLog | 筛选日志后输出 |