Home
last modified time | relevance | path

Searched refs:LogFileFormat (Results 1 – 9 of 9) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogFile.h45 …LogFile(const char *name, const char *header, LogFileFormat format, uint64_t signature, size_t asc…
80 LogFileFormat
119 LogFileFormat m_file_format;
H A DLogFormat.h38 enum LogFileFormat { enum
121 …mat_from_specification(char *spec, char **file_name, char **file_header, LogFileFormat *file_type);
H A DLogObject.h96 …cfg, const LogFormat *format, const char *log_dir, const char *basename, LogFileFormat file_format,
291 void generate_filenames(const char *log_dir, const char *basename, LogFileFormat file_format);
H A DYamlLogConfig.cc158 LogFileFormat file_type = LOG_FILE_ASCII; // default value in decodeLogObject()
H A DLogObject.cc92 …cfg, const LogFormat *format, const char *log_dir, const char *basename, LogFileFormat file_format, in LogObject()
167 LogObject::generate_filenames(const char *log_dir, const char *basename, LogFileFormat file_format) in generate_filenames()
H A DLogFormat.cc262 …rmat_from_specification(char *spec, char **file_name, char **file_header, LogFileFormat *file_type) in format_from_specification()
H A DLogFile.cc65 LogFile::LogFile(const char *name, const char *header, LogFileFormat format, uint64_t signature, si… in LogFile()
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/dialogs/
H A Dpreferences.py1826 "log_timestamp": self.LogFileFormat
1845 "log_timestamp": self.LogFileFormat.get_text()
1850 self.LogFileFormat.set_text(config.defaults["logging"]["log_timestamp"])
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Performance/
H A Dmod.rs3420 pub unsafe fn LogFileFormat(&self) -> ::windows::runtime::Result<FileFormat> { in LogFileFormat() method