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 30f0446 commit 036fc8cCopy full SHA for 036fc8c
README.md
@@ -172,7 +172,7 @@ module Say =
172
logger.info(
173
// Generates a message template via a specific string intepolation syntax.
174
// Add the name of the property after the expression
175
- // for example: "person" will be logged as "user" and "reservationDate" as "reservationDate"
+ // for example: "person" will be logged as "User" and "reservationDate" as "ReservationDate"
176
Log.setMessageI $"The user {person:User} has requested a reservation date of {reservationDate:ReservationDate} "
177
)
178
0 commit comments