Skip to content

Commit cb89e77

Browse files
Delete obsolete message
1 parent 5263b45 commit cb89e77

File tree

1 file changed

+0
-4
lines changed
  • 15/umbraco-cms/fundamentals/code/debugging

1 file changed

+0
-4
lines changed

15/umbraco-cms/fundamentals/code/debugging/logging.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ Umbraco writes log messages, but you are also able to use the Umbraco logger to
5656

5757
Here is an example of using the logger to write an Information message to the log. It will contain one property, **Name**, which will output the name variable that is passed into the method.
5858

59-
{% hint style="warning" %}
60-
The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
61-
{% endhint %}
62-
6359
```csharp
6460
using Microsoft.AspNetCore.Mvc;
6561
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)