> For the complete documentation index, see [llms.txt](https://lara-dumps.gitbook.io/laradumps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lara-dumps.gitbook.io/laradumps/commands/log-application.md).

# Log Application

By default, all logs will be thrown out.

{% hint style="info" %}
You can disable this in `config/laradumps.php`.
{% endhint %}

```php
Log::info('Your message', ['0' => 'Your Context']);

Log::error('Your message', ['0' => 'Your Context']);

// Log ...
```

![](https://1925282274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBDrn5ZBe2jpKcdmPPrl%2Fuploads%2Fgit-blob-aa2d557615b3f8ce375bc227e8f2b6e923895de3%2Flog-application.png?alt=media)
