Logs a message to this writer.
protected abstract void Log(LogMessage logMessage)
The message to log.
Implementations must be thread-safe. In synchronous processor mode, this method may be called concurrently from multiple producer threads.