mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Kotlin: Add LoggerBase to the list of logging classes
This commit is contained in:
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user