Module Logger
Provides modeling for the Logger library.
Import path
import codeql.ruby.frameworks.stdlib.LoggerClasses
| LoggerInstantiation | An instantiation of a logger that responds to the std lib logging methods. This can be extended to recognize additional instances that conform to the same interface. |
| LoggerLoggingCall | A call to a |