Skip to content

Commit d300101

Browse files
Delete obsolete message
1 parent b8881ee commit d300101

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

14/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 which will contain one property of **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)