-
public interface IOtelLoggerPlatform-agnostic logger interface for the Otel module. Implementations should be provided by the platform (Android/iOS).
-
-
Method Summary
-
-
Method Detail
-
error
abstract Unit error(String message)
Logs an error message.
- Parameters:
message- The error message to log
-
warn
abstract Unit warn(String message)
Logs a warning message.
- Parameters:
message- The warning message to log
-
info
abstract Unit info(String message)
Logs an informational message.
- Parameters:
message- The info message to log
-
-
-
-