Package-level declarations
Type-safe @IntDef annotations for the integer constants used by the API.
LogLevel restricts a value to one of the LogContract.Log.Level constants (
DEBUG,VERBOSE,INFO,APPLICATION,WARNING,ERROR).LogMark restricts a value to one of the
Logger.MARK_*constants used by Logger.setSessionMark.
These annotations are retained at source level only and exist to give compile-time checking and better IDE hints; they carry no runtime cost.