From ba4031f76f54df8d34d0b7622a969113c9b6990f Mon Sep 17 00:00:00 2001 From: Esther Kim Date: Wed, 12 Feb 2025 11:07:51 -0500 Subject: [PATCH] Specify when to create logger --- content/en/logs/log_collection/ios.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/logs/log_collection/ios.md b/content/en/logs/log_collection/ios.md index 56582a42888d1..040fe32a73cf3 100644 --- a/content/en/logs/log_collection/ios.md +++ b/content/en/logs/log_collection/ios.md @@ -327,7 +327,8 @@ DDDatadog.verbosityLevel = DDSDKVerbosityLevelDebug; {{% /tab %}} {{< /tabs >}} -3. Configure the `Logger`: +3. Configure the `Logger`:
+Create the logger after `Logs.enable()` {{< tabs >}} {{% tab "Swift" %}}