Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/Hawk-21/adding-logging #28

Merged
merged 5 commits into from
Nov 14, 2020
Merged

Conversation

temnik15
Copy link
Collaborator

Added a dependency to Timber.
Created my own class for saving logs to a file.
Added constants for setting the size of log records.

@temnik15 temnik15 linked an issue Nov 13, 2020 that may be closed by this pull request
2 tasks
@temnik15 temnik15 force-pushed the feature/HAWK-21/adding-logging branch from 4546c10 to b228ba4 Compare November 13, 2020 23:42
@temnik15 temnik15 force-pushed the feature/HAWK-21/adding-logging branch from b228ba4 to 8c77ab6 Compare November 13, 2020 23:59
app/src/main/java/so/codex/hawk/logging/FileLoggingTree.kt Outdated Show resolved Hide resolved
app/src/main/java/so/codex/hawk/logging/LogcatFormatter.kt Outdated Show resolved Hide resolved
* be named as follows: log0, log1 and so on.
*
*/
companion object {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хотелось бы это видеть в начале класса

…age. Moved the companion object closer to the beginning of the class.
@temnik15 temnik15 merged commit 476528d into main Nov 14, 2020
@temnik15 temnik15 deleted the feature/HAWK-21/adding-logging branch November 14, 2020 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Добавить логирование в проекте
3 participants