logback-android icon indicating copy to clipboard operation
logback-android copied to clipboard

📄The reliable, generic, fast and flexible logging framework for Android

Results 47 logback-android issues
Sort by recently updated
recently updated
newest added

### Describe the bug Depending on a lib that depends on `slf4j-api-1.x` causes the following crash: ``` Caused by: java.lang.ClassNotFoundException: Didn't find class "org.slf4j.spi.SLF4JServiceProvider" on path: DexPathList[...] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:218) at...

bug
pending triage

### Description When property file included by configuration not exists then an ERROR log with long exception trace is populated. The trace with `java.io.FileNotFoundException` is not useful as it contains...

### Describe the bug Using this code fun configureLogback() { // reset the default context (which may already have been initialized) // since we want to reconfigure it val context...

bug
pending triage

### Describe the bug This was working on Android 8, but after the upgrade it's not anymore: I am getting this stacktrace on a custom device: ``` java.lang.ArrayIndexOutOfBoundsException: length=0; index=0...

bug

### Describe the bug Hi, I have set the LogcatAppender as such: ``` UTF-8 %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{36}.%M\(@%line\)) - %msg%n ``` Wehn running the app, I get the following...

bug
enhancement

### Describe the bug 我使用scripts/makejar.sh命令无法生成aar文件 *Google Translation:* I use scripts/makejar.sh command, but I cannot generate aar file ```shell $ ./scripts/makejar.sh gradle.properties: line 19: org.gradle.jvmargs=-Xmx6g: command not found ``` ### Reproduction...

bug

### Describe the bug When using the lazy option in SocketAppender as shown in [this example](https://github.com/tony19/logback-android/wiki/Appender-Notes#socketappender-syslogappender), the options is not recognized and I get the following error: `System.out: 16:45:29,844 |-ERROR...

bug
pending triage

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/minimist](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimist) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimist)) | [`1.2.2` -> `1.2.5`](https://renovatebot.com/diffs/npm/@types%2fminimist/1.2.2/1.2.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fminimist/1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Describe the bug i want record the log to android's context.getExternalFilesDir("logs")?.absolutePath?: context.filesDir?.absolutePath, the log path is: /storage/emulated/0/Android/data/cn.newup.elecdetonator/files/logs/app-log , the file is created, but not write anything in it, but...

bug
pending triage

### Describe the bug As stated in the readme, one option for unit tests is to use logback-classic as a replacement for logback-android. Since the upgrade to sl4j 2.0 (https://github.com/tony19/logback-android/pull/247)...

bug
pending triage