1
1
# Logger
2
2
3
3
[ ![ pub package] ( https://img.shields.io/pub/v/logger.svg?logo=dart&logoColor=00b9fc )] ( https://pub.dartlang.org/packages/logger )
4
- git [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/Bungeefan /logger/dart.yml?branch=main&logo=github-actions&logoColor=white )] ( https://github.com/Bungeefan /logger/actions )
5
- [ ![ Last Commits] ( https://img.shields.io/github/last-commit/Bungeefan /logger?logo=git&logoColor=white )] ( https://github.com/Bungeefan /logger/commits/main )
6
- [ ![ Pull Requests] ( https://img.shields.io/github/issues-pr/Bungeefan /logger?logo=github&logoColor=white )] ( https://github.com/Bungeefan /logger/pulls )
7
- [ ![ Code size] ( https://img.shields.io/github/languages/code-size/Bungeefan /logger?logo=github&logoColor=white )] ( https://github.com/Bungeefan /logger )
8
- [ ![ License] ( https://img.shields.io/github/license/Bungeefan /logger?logo=open-source-initiative&logoColor=green )] ( https://github.com/Bungeefan /logger/blob/main/LICENSE )
4
+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/SourceHorizon /logger/dart.yml?branch=main&logo=github-actions&logoColor=white )] ( https://github.com/SourceHorizon /logger/actions )
5
+ [ ![ Last Commits] ( https://img.shields.io/github/last-commit/SourceHorizon /logger?logo=git&logoColor=white )] ( https://github.com/SourceHorizon /logger/commits/main )
6
+ [ ![ Pull Requests] ( https://img.shields.io/github/issues-pr/SourceHorizon /logger?logo=github&logoColor=white )] ( https://github.com/SourceHorizon /logger/pulls )
7
+ [ ![ Code size] ( https://img.shields.io/github/languages/code-size/SourceHorizon /logger?logo=github&logoColor=white )] ( https://github.com/SourceHorizon /logger )
8
+ [ ![ License] ( https://img.shields.io/github/license/SourceHorizon /logger?logo=open-source-initiative&logoColor=green )] ( https://github.com/SourceHorizon /logger/blob/main/LICENSE )
9
9
10
10
Small, easy to use and extensible logger which prints beautiful logs.<br >
11
11
Inspired by [ logger] ( https://github.com/orhanobut/logger ) for Android.
@@ -16,7 +16,7 @@ Inspired by [logger](https://github.com/orhanobut/logger) for Android.
16
16
17
17
- [ Documentation] ( https://pub.dev/documentation/logger/latest/logger/logger-library.html )
18
18
- [ Pub Package] ( https://pub.dev/packages/logger )
19
- - [ GitHub Repository] ( https://github.com/Bungeefan /logger )
19
+ - [ GitHub Repository] ( https://github.com/SourceHorizon /logger )
20
20
21
21
## Getting Started
22
22
@@ -32,7 +32,7 @@ Instead of a string message, you can also pass other objects like `List`, `Map`
32
32
33
33
## Output
34
34
35
- ![ ] ( https://raw.githubusercontent.com/Bungeefan /logger/main/art/screenshot.png )
35
+ ![ ] ( https://raw.githubusercontent.com/SourceHorizon /logger/main/art/screenshot.png )
36
36
37
37
# Documentation
38
38
0 commit comments