|
Asper Header
1.0.14
The header injector extension
|
User-facing notification system for VS Code extension GUI integration. More...

Public Member Functions | |
| constructor (loggerInternals:LoggerInternals, fullyLoaded:boolean=false) | |
| Constructor for Gui logging class. | |
User-facing notification system for VS Code extension GUI integration.
Implements the user interaction layer of the logging system, providing methods to display notifications, warnings, and errors directly in the VS Code interface. Features type-safe interactive buttons, consistent formatting, and appropriate visual styling for different message severity levels.
Notification Architecture:
Interactive Features:
Message Formatting: All notifications include automatic formatting with:
User Experience Considerations:
Performance Characteristics:
|
inline |
Constructor for Gui logging class.
| loggerInternals | Shared logging utilities instance |
| depthSearch | Optional search depth (currently unused) |
Initializes the GUI logger with shared utilities for consistent formatting and behavior across logging methods.