Returns the singleton instance of AppLogger.
static AppLogger getInstance() { _instance ??= AppLogger._(); return _instance!; }