# `Common.Message.LogRequestList`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L6392)

# `t`

```elixir
@type t() :: %Common.Message.LogRequestList{
  end: XMAVLink.Types.uint16_t(),
  start: XMAVLink.Types.uint16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

Request a list of available logs. On some systems calling this may stop on-board logging until LOG_REQUEST_END is called. If there are no log files available this request shall be answered with one LOG_ENTRY message with id = 0 and num_logs = 0.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
