snowstorm
    Preparing search index...

    Function Snowtrace

    • Snowtrace is the main custom Snowstorm App Logger.

      • Binds / wraps default console log commands, and adds annotations and colors to better distinguish which component / service the log came from.
      • Has a persistence feature so that logs can be stored for later retreival (eg. debugging, feedback)

      This is related to, but distinct, from the Notifications system. It has a top-level logger, and lets you generate smaller scoped / namespaced loggers.

      TODO: Determine if using tauriStorageAdapter for history makes sense

      Parameters

      • snowstorm: SnowstormProvider

      Returns SnowtraceIface