SpeziLogger
class SpeziLogger
A utility class for logging messages using different logging strategies.
This class provides inline functions for logging with crossinline lambdas to preserve the control flow within the logging methods. By using inline functions, large string messages are not allocated in memory unnecessarily, optimizing performance.
See also
and groupLogger for configuration options and how to create SpeziLogger instances.
Properties
Functions
Link copied to clipboard
Sets the next tag for logging.
Link copied to clipboard
Creates a new SpeziLogger instance with the specified message prefix.