Kotlin: Add LoggerBase to the list of logging classes

This commit is contained in:
Ian Lynagh
2022-03-08 18:37:58 +00:00
parent 79c2ce7f1c
commit 44375fe1ae

View File

@@ -57,6 +57,7 @@ open class LoggerBase(val logCounter: LogCounter) {
val st = Exception().stackTrace
for(x in st) {
when(x.className) {
"com.github.codeql.LoggerBase",
"com.github.codeql.Logger",
"com.github.codeql.FileLogger" -> {}
else -> {