Skip to content

Commit 66444db

Browse files
bezintexnixe
authored andcommitted
Add presprog/kirby-monolog
1 parent cbefdbe commit 66444db

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Title: Monolog
2+
3+
----
4+
5+
Text:
6+
7+
----
8+
9+
Repository: https://github.com/presprog/kirby-monolog
10+
11+
----
12+
13+
Category: devtools
14+
15+
----
16+
17+
Subcategory: logging
18+
19+
----
20+
21+
Description: Have you ever missed an error message and were clueless about what was going on? Never again: Use Monolog to log your messages to a myriad of channels: logfile, mail, Slack, Discord, SQL, …
22+
23+
----
24+
25+
Example:
26+
27+
```php
28+
monolog()->log('something CRITICAL happend 😱', 'critical');
29+
```
30+
31+
----
32+
33+
Versions: 3,4

0 commit comments

Comments
 (0)