Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogToCurrentTest ¶
func LogToCurrentTest(testID, message string)
LogToCurrentTest logs to the currently active test Delegates to the centralized log package
func LogToCurrentTestOrService ¶
func LogToCurrentTestOrService(testID, message string)
LogToCurrentTestOrService tries to log to current test, falls back to service Delegates to the centralized log package
func LogToService ¶
func LogToService(message string)
LogToService logs to service logs Delegates to the centralized log package
func SetTestLogger ¶
func SetTestLogger(logger TestLogger)
SetTestLogger sets the global test logger (called by TUI) Delegates to the centralized log package
Types ¶
type TestLogger ¶
TestLogger interface for logging to specific tests Kept for backwards compatibility with TUI implementations
Click to show internal directories.
Click to hide internal directories.