Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsal Thaj committed Dec 26, 2018
1 parent f975ba1 commit c7a10ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ Hmmm... Not anymore !
* **case classes** which will be converted to json-like string by inspecting all fields, be it deeply nested or not, at compile time.
* and provides consistent way to **hide secrets**.

Checkout simple [examples](https://afsalthaj.github.io/safe-string-interpolation/examples.html), [type safe pretty print](https://afsalthaj.github.io/safe-string-interpolation/pretty_print.html) and [secret management]()https://afsalthaj.github.io/safe-string-interpolation/secrets.html) to get started [] !
Checkout the following:

* [simple examples](https://afsalthaj.github.io/safe-string-interpolation/examples.html)
* [type safe pretty print of case classes](https://afsalthaj.github.io/safe-string-interpolation/pretty_print.html) and
* [secret / password logging](https://afsalthaj.github.io/safe-string-interpolation/secrets.html) to get started !

# Add this in your logs !

Expand Down

0 comments on commit c7a10ad

Please sign in to comment.