Class TimeLogInfo
Log73.ILogInfo for the current time. Default format is hh:mm:ss.
Assembly: Log73.dll
View Source
Declaration
public class TimeLogInfo : ILogInfo
Properties
Style
View Source
Declaration
public Log73Style Style { get; set; }
Fields
TimeFormat
View Source
Declaration
public string TimeFormat
Methods
GetValue(LogInfoContext)
View Source
Declaration
public string GetValue(LogInfoContext context)
Returns
System.String
Parameters
| Type | Name |
|---|---|
| Log73.LogInfoContext | context |
Implements
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)