Legacy Architecture Log Level
Enum class representing the log levels for classes annotated with @LegacyArcture annoation.
It provides two levels of logging:
WARNING: Indicates a warning signal will be logged if the underlying class is used when the new architecture is enabled.
ERROR: : Indicates an error signal will be logged if the underlying class is used when the new architecture is enabled.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.