You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace SDKLoggerApi with ILogger interface
Define proper ILogger and IConsoleLogger interfaces in logger.ts and
have Logger/ConsoleLogger implement them directly. SDKLoggerApi is
retained as a deprecated type alias for backwards compatibility.
Updates all consumers (audienceManager, batchUploader, roktManager)
and tests to import ILogger from logger.ts.
0 commit comments