Logs a deprecation warning to the console, annotated with the likely caller origin (Umbraco core,
an /App_Plugins package, or other custom code). Core-origin warnings are suppressed in production
builds, where a consumer cannot act on them.
Optionaloptions: { logAlways?: boolean } = {}Options for the warning message.
OptionallogAlways?: booleanIf true, the warning is always logged regardless of origin (defaults to false).
Helper class for deprecation warnings.
Exports
UmbDeprecation