Skip to content

Commit 15ff26a

Browse files
committed
Updated repository links and added acknowledgment
1 parent 7e510ec commit 15ff26a

File tree

3 files changed

+11
-30
lines changed

3 files changed

+11
-30
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

33
Copyright (c) 2019 Simon Leier
4+
Copyright (c) 2023 Severin Hamader
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Logger
22

33
[![pub package](https://img.shields.io/pub/v/logger.svg?logo=dart&logoColor=00b9fc)](https://pub.dartlang.org/packages/logger)
4-
[![CI](https://img.shields.io/github/workflow/status/leisim/logger/Dart%20CI/master?logo=github-actions&logoColor=white)](https://github.com/leisim/logger/actions)
5-
[![Last Commits](https://img.shields.io/github/last-commit/leisim/logger?logo=git&logoColor=white)](https://github.com/leisim/logger/commits/master)
6-
[![Pull Requests](https://img.shields.io/github/issues-pr/leisim/logger?logo=github&logoColor=white)](https://github.com/leisim/logger/pulls)
7-
[![Code size](https://img.shields.io/github/languages/code-size/leisim/logger?logo=github&logoColor=white)](https://github.com/leisim/logger)
8-
[![License](https://img.shields.io/github/license/leisim/logger?logo=open-source-initiative&logoColor=green)](https://github.com/leisim/logger/blob/master/LICENSE)
4+
[![CI](https://img.shields.io/github/workflow/status/Bungeefan/logger/Dart%20CI/master?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/master)
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/master/LICENSE)
99

1010
Small, easy to use and extensible logger which prints beautiful logs.<br>
1111
Inspired by [logger](https://github.com/orhanobut/logger) for Android.
@@ -15,7 +15,7 @@ Inspired by [logger](https://github.com/orhanobut/logger) for Android.
1515
### Resources:
1616
- [Documentation](https://pub.dev/documentation/logger/latest/logger/logger-library.html)
1717
- [Pub Package](https://pub.dev/packages/logger)
18-
- [GitHub Repository](https://github.com/leisim/logger)
18+
- [GitHub Repository](https://github.com/Bungeefan/logger)
1919

2020
## Getting Started
2121

@@ -30,7 +30,7 @@ Instead of a string message, you can also pass other objects like `List`, `Map`
3030

3131
## Output
3232

33-
![](https://raw.githubusercontent.com/leisim/logger/master/art/screenshot.png)
33+
![](https://raw.githubusercontent.com/Bungeefan/logger/master/art/screenshot.png)
3434

3535
# Documentation
3636

@@ -171,26 +171,6 @@ Possible future `LogOutput`s could send to a file, firebase or to Logcat. Feel f
171171

172172
The [logger_flutter](https://pub.dev/packages/logger_flutter) package is an extension for logger. You can add it to any Flutter app. Just shake the phone to show the console.
173173

174+
# Acknowledgments
174175

175-
## MIT License
176-
```
177-
Copyright (c) 2019 Simon Leier
178-
179-
Permission is hereby granted, free of charge, to any person obtaining a copy
180-
of this software and associated documentation files (the "Software"), to deal
181-
in the Software without restriction, including without limitation the rights
182-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
183-
copies of the Software, and to permit persons to whom the Software is
184-
furnished to do so, subject to the following conditions:
185-
186-
The above copyright notice and this permission notice shall be included in all
187-
copies or substantial portions of the Software.
188-
189-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
190-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
191-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
192-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
193-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
194-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
195-
SOFTWARE.
196-
```
176+
This package was originally created by [Simon Choi](https://github.com/simc).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: logger
22
description: Small, easy to use and extensible logger which prints beautiful logs.
33
version: 1.1.0
4-
homepage: https://github.com/leisim/logger
4+
repository: https://github.com/Bungeefan/logger
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)