You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package is pretty much a custom channel for Monolog, so you can use the existing facade and methods.
21
31
@@ -28,4 +38,4 @@ These columns are automatically populated when adding to the log:
28
38
29
39
Additionally, you can pass in a ```category``` and ```sub_category``` value, which will be saved to those columns when generating a log entry. Example:
30
40
31
-
```Log::info('test', ['category' => 'This is a category', 'sub_category' => 'This is a subcategory]);```
41
+
```Log::info('test', ['category' => 'This is a category', 'sub_category' => 'This is a subcategory]);```
0 commit comments