Skip to content

Commit ad303b9

Browse files
committed
Make log public for CrtLogger
1 parent a76360f commit ad303b9

File tree

1 file changed

+1
-1
lines changed
  • aws-crt-kotlin/native/src/aws/sdk/kotlin/crt

1 file changed

+1
-1
lines changed

aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/Logging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ internal object Logging {
7171
}
7272
}
7373

74-
internal inline fun log(level: LogLevel, message: String, subject: aws_log_subject_t = AWS_LS_KOTLIN_CRT_GENERAL) {
74+
public inline fun log(level: LogLevel, message: String, subject: aws_log_subject_t = AWS_LS_KOTLIN_CRT_GENERAL) {
7575
s_crt_kotlin_log(level.value.convert(), subject, message)
7676
}

0 commit comments

Comments
 (0)