mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
python: provide links for Flask
This commit is contained in:
@@ -575,7 +575,11 @@ module Flask {
|
||||
// Logging
|
||||
// ---------------------------------------------------------------------------
|
||||
/**
|
||||
* The attribute `logger` on a Flask application is a standard Python logger.
|
||||
* A Flask application provides a standard Python logger via the `logger` attribute.
|
||||
*
|
||||
* See
|
||||
* - https://flask.palletsprojects.com/en/2.0.x/api/#flask.Flask.logger
|
||||
* - https://flask.palletsprojects.com/en/2.0.x/logging/
|
||||
*/
|
||||
private class FlaskLogger extends Stdlib::Logger::LoggerInstance {
|
||||
FlaskLogger() { this = FlaskApp::instance().getMember("logger") }
|
||||
|
||||
Reference in New Issue
Block a user