TestimoX

API Reference

Enum

LogLevel

Namespace TestimoX.Execution.Progress
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Log severity for host‑agnostic sinks.

Inheritance

  • Enum
  • LogLevel

Values

public const LogLevel Debug #

Verbose diagnostic messages for troubleshooting.

Value: 0
public const LogLevel Info #

Informational messages.

Value: 1
public const LogLevel Warning #

Warning conditions.

Value: 2
public const LogLevel Error #

Errors and failures.

Value: 3