---
name: Bug
about: File an issue for behavior that does not match the crate design intent.
title: ''
labels: bug
assignees: flocked-agriculture
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Unless the issue requires manual intervention (ie power off the host device while logging), provide the most simple form of an example automated test case surfacing this problem.
```
/// Test that the `emit` method writes data to the log file.
#[test]
fn example_test() {
// add test logic here
}
```
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment (please complete the following information):**
- OS: [e.g. iOS]
- Crate Version [e.g. 0.1.0]
**Additional context**
Add any other context about the problem here.