Logger.WriteLine

WriteLine()

Writes the empty line to appenders.

public void WriteLine()

See Also


WriteLine(string)

Writes the specified message to appenders.

public void WriteLine(string message)
ParameterTypeDescription
messageStringThe message to write.

See Also


WriteLine(object)

Writes the specified message to appenders.

public void WriteLine(object message)
ParameterTypeDescription
messageObjectThe message to write.

See Also