TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

interface ILogMessageFormat in Tinman.Core.Logging

Base interface for classes that format log messages into strings.

interface ILogMessageFormat base of LogMessageFormat

Methods

FormatLogMessage

Formats the given log message.

method FormatLogMessage (ILogger source, LogSeverity logSeverity, string logMessage, int32 columns)
type string
params source [not-null] The ILogger that has been used to emit the log message.
  logSeverity The LogSeverity of the log message.
  logMessage [not-null] The log message
  columns [>=0] The number of columns to use for right-alignment of the formatted log message.
returns [not-null] The formatted log message.