We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
log
1 parent f77f3f8 commit fcb490dCopy full SHA for fcb490d
aws-crt-kotlin/native/src/aws/sdk/kotlin/crt/Logging.kt
@@ -71,6 +71,6 @@ internal object Logging {
71
}
72
73
74
-internal inline fun log(level: LogLevel, message: String, subject: aws_log_subject_t = AWS_LS_KOTLIN_CRT_GENERAL) {
+public inline fun log(level: LogLevel, message: String, subject: aws_log_subject_t = AWS_LS_KOTLIN_CRT_GENERAL) {
75
s_crt_kotlin_log(level.value.convert(), subject, message)
76
0 commit comments