Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
֦i x d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl m
Z
mZmZ ddl
Z
ddlZddlZdZdZdZdZdZdZd Z G d
dej. Z G d d
e Z G d de Z G d dej. Z G d dej8 Z G d de Z G d dej8 Z G d dej8 Z G d dej8 Z! G d dej8 Z" G d dej8 Z# G d d!e# Z$ G d" d#ej8 Z% G d$ d%e& Z'y)&z
Additional handlers for the logging package for Python. The core package is
based on PEP 282 and comments thereto in comp.lang.python.
Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved.
To use, simply 'import logging.handlers' and log away!
N)ST_DEVST_INOST_MTIMEi<# i=# i># i?# i Q c 2 e Zd ZdZdZdZddZd Zd Zd Z y)BaseRotatingHandlerz
Base class for handlers that rotate log files at a certain point.
Not meant to be instantiated directly. Instead, use RotatingFileHandler
or TimedRotatingFileHandler.
Nc x t j j | ||||| || _ || _ || _ y)zA
Use the specified filename for streamed logging
modeencodingdelayerrorsN)loggingFileHandler__init__r r r selffilenamer r r
r s )/usr/lib64/python3.12/logging/handlers.pyr zBaseRotatingHandler.__init__6 sB $$T8$.6e,2 % 4
c | j | r| j t j j | | y# t
$ r | j
| Y yw xY w)z
Emit a record.
Output the record to the file, catering for rollover as described
in doRollover().
N)shouldRollover
doRolloverr r emit ExceptionhandleErrorr records r r zBaseRotatingHandler.emitA sR %""6*!$$T62 %V$ %s AA A! A!c Z t | j s|}|S | j | }|S )a
Modify the filename of a log file when rotating.
This is provided so that a custom filename can be provided.
The default implementation calls the 'namer' attribute of the
handler, if it's callable, passing the default name to
it. If the attribute isn't callable (the default is None), the name
is returned unchanged.
:param default_name: The default name for the log file.
)callablenamer)r default_nameresults r rotation_filenamez%BaseRotatingHandler.rotation_filenameO s1
#!F
ZZ-F
r c t | j s7t j j | rt j
|| yy| j || y)aL
When rotating, rotate the current log.
The default implementation calls the 'rotator' attribute of the
handler, if it's callable, passing the source and dest arguments to
it. If the attribute isn't callable (the default is None), the source
is simply renamed to the destination.
:param source: The source filename. This is normally the base
filename, e.g. 'test.log'
:param dest: The destination filename. This is normally
what the source is rotated to, e.g. 'test.log.1'.
N)r rotatorospathexistsrename)r sourcedests r rotatezBaseRotatingHandler.rotateb sC %ww~~f% &$' &
LL&r )NFN)
__name__
__module____qualname____doc__r! r&