syn_thread_safe_logger 1.0.1
syn_thread_safe_logger: ^1.0.1 copied to clipboard
Thread safe general logger for application. Can show logs in console, write in file.
syn_thread_safe_logger #
Extensible logging package for logging applications, the writing core is placed in a separate isolate, allowing it to be used in applications with more than one isolate.
Allows you to create custom classes for writing logs to different outputs (console, file, firebase, etc), by implementing the LogWriter
interface