Expand description
Server startup printing initiliation Provides public functions to be used for neat and pretty output during server startup. Including the ASCII banner, step-by-step progress logging, and timing information.
Functions§
- create_
timer - Create a timer for measuring elapsed time
- elapsed
- Calculate elapsed time as a
Durationfrom a given timer - print_
banner - Display the ASCII art banner
- print_
final_ step - Display the final initialization step with status and timing
- print_
initializing - Display the “Initializing…” startup message
- print_
ready - Display the final “Server ready” message with the server URL
- print_
step - Display a single initialization step with status and timing