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
CrtLogger
1 parent a76360f commit 3cd6fdaCopy full SHA for 3cd6fda
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