mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Ruby: Recognised ActiveSupport::TaggedLogging as a logger
This commit is contained in:
@@ -132,7 +132,10 @@ module ActiveSupport {
|
||||
module Logger {
|
||||
private class ActiveSupportLoggerInstance extends StdlibLogger::LoggerInstance {
|
||||
ActiveSupportLoggerInstance() {
|
||||
this = API::getTopLevelMember("ActiveSupport").getMember("Logger").getAnInstantiation()
|
||||
this =
|
||||
API::getTopLevelMember("ActiveSupport")
|
||||
.getMember(["Logger", "TaggedLogging"])
|
||||
.getAnInstantiation()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user