DatabaseLogFormatter.Write(String) Method

Definition

Writes the given string to the underlying write delegate.

protected virtual void Write (string output);
abstract member Write : string -> unit
override this.Write : string -> unit
Protected Overridable Sub Write (output As String)

Parameters

output
String

The string to write.

Applies to