mirror of
https://github.com/notrab/dumbo.git
synced 2025-01-17 14:18:14 +01:00
643aa4f90d
refact: remove monolog/monolog and use psr/log
24 lines
298 B
Markdown
24 lines
298 B
Markdown
# Logger Example
|
|
|
|
This example demonstrates how to use a logger in Dumbo.
|
|
|
|
## Running the Example
|
|
|
|
1. Install dependencies:
|
|
|
|
```bash
|
|
composer install
|
|
```
|
|
|
|
2. Start the server:
|
|
|
|
```bash
|
|
composer start
|
|
```
|
|
|
|
3. Access the route:
|
|
|
|
```bash
|
|
curl -v http://localhost:8000
|
|
```
|