We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d4749 commit b4a68f1Copy full SHA for b4a68f1
README.md
@@ -194,7 +194,7 @@ https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-a
194
To log lambda function code, use the global Log object with extension functions. The log message
195
accepts any object / primitive type.
196
197
-```
+```kotlin
198
Log.trace(message: T?) // The most fine-grained information used to trace the path of your code's execution
199
200
Log.debug(message: T?) // Detailed information for system debugging
0 commit comments