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
Curious to try version 4? See https://github.com/MicroUtils/kotlin-logging/issues/264 for details.
3
+
Curious to try version 4? See https://github.com/oshai/kotlin-logging/issues/264 for details.
4
4
5
5
##
6
6
7
7
Lightweight logging framework for Kotlin, written in [](https://kotlinlang.org/).
8
8
A convenient and performant logging facade.
9
9
For jvm `kotlin-logging` is wrapping [slf4j](http://www.slf4j.org/) with Kotlin extensions.
10
-
For other platforms `kotlin-logging` has various implementations. More details in the [wiki](https://github.com/MicroUtils/kotlin-logging/wiki/Multiplatform-support)
10
+
For other platforms `kotlin-logging` has various implementations. More details in the [wiki](https://github.com/oshai/kotlin-logging/wiki/Multiplatform-support)
11
11
12
12
#### Call log methods, without checking whether the respective log level is enabled
13
13
```Kotlin
@@ -51,7 +51,7 @@ class FooWithLogging {
51
51
}
52
52
```
53
53
54
-
An `Android` example project with kotlin-logging can be found in [kotlin-logging-example-android](https://github.com/MicroUtils/kotlin-logging-example-android).
54
+
An `Android` example project with kotlin-logging can be found in [kotlin-logging-example-android](https://github.com/oshai/kotlin-logging-example-android).
55
55
56
56
## Download
57
57
@@ -67,19 +67,19 @@ In short, if you just want to log statements to stdout, it's possible to add the
67
67
<version>3.0.4</version>
68
68
</dependency>
69
69
```
70
-
See the full example in [kotlin-logging-example-maven](https://github.com/MicroUtils/kotlin-logging-example-maven).
70
+
See the full example in [kotlin-logging-example-maven](https://github.com/oshai/kotlin-logging-example-maven).
Alternatively, download the JAR from [github](https://github.com/MicroUtils/kotlin-logging/releases/latest)or [bintray](https://dl.bintray.com/microutils/kotlin-logging/io/github/microutils/kotlin-logging/)or [maven-central](http://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).
77
+
Alternatively, download the JAR from [github](https://github.com/oshai/kotlin-logging/releases/latest)or [maven-central](https://repo1.maven.org/maven2/io/github/microutils/kotlin-logging/).
78
78
79
79
### Multiplatform
80
80
81
81
An experimental common & JS & linux-x64 support is available.
82
-
More information is available on the [wiki](https://github.com/MicroUtils/kotlin-logging/wiki/Multiplatform-support) and issues [#21](https://github.com/MicroUtils/kotlin-logging/issues/21)[#45](https://github.com/MicroUtils/kotlin-logging/issues/45).
82
+
More information is available on the [wiki](https://github.com/oshai/kotlin-logging/wiki/Multiplatform-support) and issues [#21](https://github.com/oshai/kotlin-logging/issues/21)[#45](https://github.com/oshai/kotlin-logging/issues/45).
83
83
84
84
## Overview
85
85
@@ -109,15 +109,15 @@ And many more... (add your name above)
109
109
110
110
## Usage
111
111
112
-
- See [wiki](https://github.com/MicroUtils/kotlin-logging/wiki) for more examples.
112
+
- See [wiki](https://github.com/oshai/kotlin-logging/wiki) for more examples.
113
113
114
114
It is possible to configure IntelliJ live templates. For file level logger configure the following:
115
115
- Text template: `private val logger = mu.KotlinLogging.logger {}`.
116
116
- Applicable in `Kotlin: top-level`.
117
117
118
118
## Support
119
119
120
-
- Open an issue here: https://github.com/MicroUtils/kotlin-logging/issues
120
+
- Open an issue here: https://github.com/oshai/kotlin-logging/issues
121
121
- Ask a question in StackOverflow with [kotlin-logging tag](http://stackoverflow.com/tags/kotlin-logging/info).
122
122
- Chat on Slack channel: https://kotlinlang.slack.com/messages/kotlin-logging
123
123
- Chat on Telegram channel: https://t.me/klogging
@@ -136,10 +136,10 @@ It is possible to configure IntelliJ live templates. For file level logger confi
136
136
## Contributing
137
137
138
138
Any contribution is appreciated.
139
-
See the contributors list in: https://github.com/MicroUtils/kotlin-logging/graphs/contributors
139
+
See the contributors list in: https://github.com/oshai/kotlin-logging/graphs/contributors
140
140
141
-
Pull requests are welcome! See instructions in https://github.com/MicroUtils/kotlin-logging/blob/master/CONTRIBUTING.md.
141
+
Pull requests are welcome! See instructions in https://github.com/oshai/kotlin-logging/blob/master/CONTRIBUTING.md.
142
142
143
-
[Show your ❤ with a ★](https://github.com/MicroUtils/kotlin-logging/stargazers)
143
+
[Show your ❤ with a ★](https://github.com/oshai/kotlin-logging/stargazers)
0 commit comments