TestimoX

API Reference

Interface

ILogSink

Namespace TestimoX.Execution.Progress
Assembly TestimoX
Modifiers abstract

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: Void

Writes a message to the active host.

Parameters

message System.String requiredposition: 0
Message text (plain or markup).
level TestimoX.Execution.Progress.LogLevel = Info optionalposition: 1
Severity level.
isMarkup System.Boolean = true optionalposition: 2
True when message uses markup.