{{newin|[[11.0]]|110|type=function}}
Sets whether LÖVE displays warnings when using deprecated functionality. It is disabled by default in [[love.filesystem.isFused|fused mode]], and enabled by default otherwise.

When deprecation output is enabled, the first use of a formally deprecated LÖVE API will show a message at the bottom of the screen for a short time, and print the message to the console.

== Function ==
=== Synopsis ===
<source lang="lua">
love.setDeprecationOutput( enable )
</source>
=== Arguments ===
{{param|boolean|enable|Whether to enable or disable deprecation output.}}
=== Returns ===
Nothing.

== See Also ==
* [[parent::love]]
* [[love.hasDeprecationOutput]]
[[Category:Functions]]
{{#set:Description=Sets whether LÖVE displays warnings when using deprecated functionality.}}
== Other Languages ==
{{i18n|love.setDeprecationOutput}}