API Reference
Interface
ILogSink
Log sink for routing markup/plain messages to the active host (console or PowerShell).
Methods
public abstract Void Write(String message, LogLevel level = Info, Boolean isMarkup = true) #Returns:
VoidWrites a message to the active host.
Parameters
- message System.String
- Message text (plain or markup).
- level TestimoX.Execution.Progress.LogLevel = Info
- Severity level.
- isMarkup System.Boolean = true
- True when message uses markup.