Ft.Server.Server.Http.TransferLog

Modules

re       

Functions

MakeFormatString(logFormat)

Data

COMBINED_LOG_FORMAT = '%h %l %u %t "%r" %s %b "%{Referer}i" "%{User-agent}i"'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
COMMON_LOG_FORMAT = '%h %l %u %t "%r" %s %b'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Http/TransferLog.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.Http.TransferLog'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
formatPatt = <_sre.SRE_Pattern object>
formatReplaces = {'P': 'pid', 'U': 'url', 'a': 'remote-ip', 'b': 'bytes-sent', 'f': 'filename', 'h': 'remote-host', 'l': 'remote-user', 'p': 'server-port', 'r': 'request-line', 's': 'status', ...}