LogMessageFormat

Description

abstract class Tinman.Core.Logging.LogMessageFormat

Derived from

ILogMessageFormat

Abstract base class for ILogMessageFormat implementations.

Public / Constants

Default


public static readonly attribute Default → (ILogMessageFormat)

The default log message format.

Public / Constructors

For


public static method For → (3)

timestamp in : bool

Output the timestamp in the first column (see LowLevel.SystemTimeString)?

verbosity in : bool

Output the verbosity mnemonic in the second column?

category in : bool

Output the trailing category (see ILogger.FullName.

returns → ILogMessageFormat

The created ILogMessageFormat.

Creates a new instance of ILogMessageFormat.

Setting timestamp in, verbosity in and category in to true produces the same output as Default.