Format

Format(LogEntry)

格式化日志条目并返回要输出的字符串。

public override string Format(LogEntry entry)
范围类型描述
entryLogEntry要格式化的日志条目。

返回值

表示日志条目的字符串。

也可以看看


Format(DateTime)

格式化日期时间并返回要输出的字符串。

public override string Format(DateTime datatime)
范围类型描述
datatimeDateTime格式化为字符串的日期时间值

也可以看看