diff --git a/readme.md b/readme.md index d6f7b25..16b756c 100644 --- a/readme.md +++ b/readme.md @@ -28,6 +28,8 @@ four groups: - **Print:** similar to Println but without the extra newline. - **Fprint:** the Fprint type functions print Go objects to an arbitrary writer passed in as an argument. - **Sprint:** the Sprint type functions return the string representation of Go objects instead of printing them. +- **Lprint:** the Lprint type functions print the string representation of the Go objects onto the provided + logging interface. The format and the verbosity can be controlled with the suffixed variants of the above functions. By default, the input arguments are printed without types on a single line. The following suffixes are available: