Logger.WriteFormat

Logger.WriteFormat method

Writes the message with specified format to appenders.

public void WriteFormat(string format, params object[] arguments)
ParameterTypeDescription
formatString
argumentsObject[]

See Also