ILogMessageFormat Description [ShutdownSurvive] interface Tinman.Core.Logging.ILogMessageFormat Extended by LogMessageFormat abstract Base interface for classes that format log messages into strings. Public / Methods FormatLogMessage public method FormatLogMessage → (4) source in : ILogger [not-null] The ILogger that has been used to emit the log message. logVerbosity in : LogVerbosity The LogVerbosity of the log message. logMessage in : string [not-null] The log message columns in : int32 [>=0] The number of columns to use for right-alignment of the formatted log message. returns → string The formatted log message. Formats the given log message. ILogMessage ILogMessageHandler