# man > Log::Any::Adapter::Null(3pm)

---
type: CommandReference
command: Log::Any::Adapter::Null
mode: perldoc
section: 3pm
source: perldoc
---

## Quick Reference
- `Log::Any::Adapter->set('Null')` — Discards all log messages and returns false for all detection methods (e.g. `is_debug`). This is the default adapter when `Log::Any` is loaded.

## Name
`Log::Any::Adapter::Null` - Discards all log messages

## Synopsis
perl
Log::Any::Adapter->set('Null');
## See Also
- [Log::Any](https://metacpan.org/pod/Log::Any)
- [Log::Any::Adapter](https://metacpan.org/pod/Log::Any::Adapter)