Skip to content

Commit

Permalink
Updated the API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed May 19, 2024
1 parent f0616cf commit 19ce1fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kermit-core/api/android/kermit-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ public class co/touchlab/kermit/BaseLogger {
public final fun processLog (Lco/touchlab/kermit/Severity;Ljava/lang/String;Ljava/lang/Throwable;Ljava/lang/String;)V
}

public final class co/touchlab/kermit/ChunkedLogWriter : co/touchlab/kermit/LogWriter {
public fun <init> (Lco/touchlab/kermit/LogWriter;II)V
public fun log (Lco/touchlab/kermit/Severity;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
}

public final class co/touchlab/kermit/ChunkedLogWriterKt {
public static final fun chunked (Lco/touchlab/kermit/LogWriter;II)Lco/touchlab/kermit/LogWriter;
public static synthetic fun chunked$default (Lco/touchlab/kermit/LogWriter;IIILjava/lang/Object;)Lco/touchlab/kermit/LogWriter;
}

public class co/touchlab/kermit/CommonWriter : co/touchlab/kermit/LogWriter {
public fun <init> ()V
public fun <init> (Lco/touchlab/kermit/MessageStringFormatter;)V
Expand Down
10 changes: 10 additions & 0 deletions kermit-core/api/jvm/kermit-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ public class co/touchlab/kermit/BaseLogger {
public final fun processLog (Lco/touchlab/kermit/Severity;Ljava/lang/String;Ljava/lang/Throwable;Ljava/lang/String;)V
}

public final class co/touchlab/kermit/ChunkedLogWriter : co/touchlab/kermit/LogWriter {
public fun <init> (Lco/touchlab/kermit/LogWriter;II)V
public fun log (Lco/touchlab/kermit/Severity;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
}

public final class co/touchlab/kermit/ChunkedLogWriterKt {
public static final fun chunked (Lco/touchlab/kermit/LogWriter;II)Lco/touchlab/kermit/LogWriter;
public static synthetic fun chunked$default (Lco/touchlab/kermit/LogWriter;IIILjava/lang/Object;)Lco/touchlab/kermit/LogWriter;
}

public class co/touchlab/kermit/CommonWriter : co/touchlab/kermit/LogWriter {
public fun <init> ()V
public fun <init> (Lco/touchlab/kermit/MessageStringFormatter;)V
Expand Down

0 comments on commit 19ce1fc

Please sign in to comment.