You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only an abstract class is provided and customization of log output is left to the user, but we would like to provide utilities for common areas such as date/time and stack trace.
3. More information
The text was updated successfully, but these errors were encountered:
110: feat: fix for the issue (#107) r=myConsciousness a=myConsciousness
# 1. Description
<!-- Provide a description of what this PR is doing.
If you're modifying existing behavior, describe the existing behavior, how this PR is changing it,
and what motivated the change. If this is a breaking change, specify explicitly which APIs have been
changed. -->
## 1.1. Checklist
<!-- Before you create this PR confirm that it meets all requirements listed below by checking the
relevant checkboxes (`[x]`). This will ensure a smooth and quick review process. -->
- [x] The title of my PR starts with a [Conventional Commit] prefix (`fix:`, `feat:`, `docs:` etc).
- [x] I have read the [Contributor Guide] and followed the process outlined for submitting PRs.
- [x] I have updated/added tests for ALL new/updated/fixed functionality.
- [x] I have updated/added relevant documentation in `docs` and added dartdoc comments with `///`.
- [x] I have updated/added relevant examples in `examples`.
## 1.2. Breaking Change
<!-- Does your PR require batch.dart users to manually update their apps to accommodate your change?
If the PR is a breaking change this should be indicated with suffix "!" (for example, `feat!:`, `fix!:`). See [Conventional Commit] for details.
-->
- [ ] Yes, this is a breaking change.
- [x] No, this is _not_ a breaking change.
## 1.3. Related Issues
<!-- Provide a list of issues related to this PR from the [issue database].
Indicate which of these issues are resolved or fixed by this PR, i.e. Fixes #xxxx* !-->
<!-- Links -->
[issue database]: https://github.com/batch-dart/batch.dart/issues
[contributor guide]: https://github.com/batch-dart/batch.dart/blob/main/CONTRIBUTING.md
[batch.dart style guide]: https://github.com/batch-dart/batch.dart/blob/main/STYLEGUIDE.md
[conventional commit]: https://conventionalcommits.org
Co-authored-by: Kato Shinya <kato.shinya.dev@gmail.com>
1. Problem to solve
Provides utilities for customizing log output.
2. Proposal
Currently, only an abstract class is provided and customization of log output is left to the user, but we would like to provide utilities for common areas such as date/time and stack trace.
3. More information
The text was updated successfully, but these errors were encountered: