CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Module Logger

Provides modeling for the Logger library.

Import path

import codeql.ruby.frameworks.stdlib.Logger

Classes

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 Logger instance method that causes a message to be logged.