Skip to content

Commit

Permalink
Update printDebug function documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com>
  • Loading branch information
randilt and TharmiganK authored Jan 17, 2025
1 parent e4147fd commit 3ec3b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/natives.bal
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ isolated function processMessage(string|PrintableRawTemplate msg) returns string

# Prints debug logs.
# ```ballerina
# log:printDebug(`Debug message with value: ${value}`, id = 845315)
# log:printDebug("debug message", id = 845315)
# ```
#
# + msg - The message to be logged
Expand Down

0 comments on commit 3ec3b58

Please sign in to comment.