mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01: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