Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A logging library for Kotlin Multiplatform

License

NotificationsYou must be signed in to change notification settings

Mindera/Lodge

Repository files navigation

A simple, lightweight, strait to the point logging library for Kotlin Multiplatform Mobile.

Pure Kotlin

Out of the box, the library provides platform-specific loggers for Logcat, NSLog and OSLog, but its easy to extend and configure more.

Usage


Two easy steps:

  1. Install anyAppender you want on your application.
  2. CallLOG's methods everywhere throughout your app.

Example

LOG.i("MyTag","Hello World")

Appender


You can control what will be logged based on severity.For example, if you only want anAppender to receive logsWARN and up, you can configure it by setting theminLogLevel of theAppender.

License

Copyright (c) 2022 Mindera - Software CraftLicensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at   http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

About

A logging library for Kotlin Multiplatform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp