Static
setStatic
resetOptional
error: unknownOptional
text: stringOptional
_options: Omit<SpinnerOptions, "text">Optional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringOptional
text: stringStart a named spinner that can run concurrently with other named spinners. Uses SpinnerUtils for multi-spinner management.
Unique identifier for this spinner
Text to display with the spinner
Update the text of a named spinner.
Unique identifier of the spinner
New text to display
Stop a named spinner without completion message.
Unique identifier of the spinner
Complete a named spinner with success status.
Unique identifier of the spinner
Optional
text: stringOptional success message
Complete a named spinner with failure status.
Unique identifier of the spinner
Optional
text: stringOptional failure message
Complete a named spinner with warning status.
Unique identifier of the spinner
Optional
text: stringOptional warning message
Complete a named spinner with info status.
Unique identifier of the spinner
Optional
text: stringOptional info message
Check if a named spinner is currently active.
Unique identifier of the spinner
True if the spinner is active, false otherwise
Optional
title: stringOptional
symbol: string
Main DevLogr Logger class providing structured logging with visual enhancements. Now simplified with extracted responsibilities for better maintainability.