This file is indexed.

/usr/share/pyshared/enthought/logger/api.py is in python-enthoughtbase 3.1.0-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
from logger import add_log_queue_handler, create_log_file_handler
from logger import FORMATTER, LEVEL, LogFileHandler
from log_point import log_point
from filtering_handler import FilteringHandler
from null_handler import NullHandler