Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44375fe

Browse files
committed
Kotlin: Add LoggerBase to the list of logging classes
1 parent 79c2ce7 commit 44375fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • java/kotlin-extractor/src/main/kotlin/utils

java/kotlin-extractor/src/main/kotlin/utils/Logger.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ open class LoggerBase(val logCounter: LogCounter) {
5757
val st = Exception().stackTrace
5858
for(x in st) {
5959
when(x.className) {
60+
"com.github.codeql.LoggerBase",
6061
"com.github.codeql.Logger",
6162
"com.github.codeql.FileLogger" -> {}
6263
else -> {

0 commit comments

Comments
 (0)