Skip to content

Commit b4a68f1

Browse files
committed
Update doc
1 parent 51d4749 commit b4a68f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ https://aws.amazon.com/blogs/compute/introducing-advanced-logging-controls-for-a
194194
To log lambda function code, use the global Log object with extension functions. The log message
195195
accepts any object / primitive type.
196196

197-
```
197+
```kotlin
198198
Log.trace(message: T?) // The most fine-grained information used to trace the path of your code's execution
199199

200200
Log.debug(message: T?) // Detailed information for system debugging

0 commit comments

Comments
 (0)