Table of Contents

Namespace Xping.Sdk.Core.Diagnostics

Classes

XpingConsoleLogger

Console-based logger implementation that writes to stdout and stderr. Thread-safe and works in all test frameworks and CI/CD environments.

XpingNullLogger

Null logger implementation that discards all log messages. Used when logging is disabled or no logger is configured.

Interfaces

IXpingLogger

Logger interface for Xping SDK diagnostics. Implementations should be thread-safe as they may be called concurrently.

Enums

XpingLogLevel

Log levels for SDK diagnostics output.