Show / Hide Table of Contents

Class TimeLogInfo

ILogInfo for the current time. Default format is hh:mm:ss.

Inheritance
System.Object
TimeLogInfo
Implements
ILogInfo
Namespace: Log73
Assembly: Log73.dll
Syntax
public class TimeLogInfo : object, ILogInfo

Constructors

| Improve this Doc View Source

TimeLogInfo()

Declaration
public TimeLogInfo()
| Improve this Doc View Source

TimeLogInfo(String)

Declaration
public TimeLogInfo(string timeFormat)
Parameters
Type Name Description
System.String timeFormat

Fields

| Improve this Doc View Source

TimeFormat

Declaration
public string TimeFormat
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

Style

Declaration
public ConsoleStyleOption Style { get; set; }
Property Value
Type Description
ConsoleStyleOption

Methods

| Improve this Doc View Source

GetValue(LogInfoContext)

Declaration
public string GetValue(LogInfoContext context)
Parameters
Type Name Description
LogInfoContext context
Returns
Type Description
System.String

Implements

ILogInfo

Extension Methods

DumpExtensionMethods.Dump(Object)
DumpExtensionMethods.DumpInfo(Object)
DumpExtensionMethods.DumpWarn(Object)
DumpExtensionMethods.DumpError(Object)
DumpExtensionMethods.DumpDebug(Object)
SerializeExtensionMethods.SerializeAsXml(Object)
SerializeExtensionMethods.SerializeAsXml(Object, XmlWriterSettings)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX