We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c8d6f commit ce27b83Copy full SHA for ce27b83
utilities/using-loggers/index.md
@@ -13,7 +13,7 @@ Photo by [Aaron Burden](https://unsplash.com/@aaronburden?utm_source=unsplash&ut
13
There are times when developers need to log something to keep track of things, e.g,
14
what went wrong (a.k.a error logs), auditing purpose and so on.
15
16
-Fano Framework provides logging mechanism thorough `ILogger` interface. This interface exposes several methods:
+Fano Framework provides logging mechanism through `ILogger` interface. This interface exposes several methods:
17
18
- `log()` to log messages in any levels.
19
- `emergency()` to log emergency messages.
0 commit comments