/
phprus
/
github_dpdk
Обзор
Документация
Войти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/log/meson.build
19 строк
337 B
Stephen Hemminger
log: colorize log output
08 ноя 2024, 20:08
08 ноя 2024, 20:08
259f6f7
Код
Авторство
О чём код?
# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2023 Intel Corporation includes += global_inc sources = files( 'log.c', 'log_color.c', 'log_timestamp.c', ) if not is_windows sources += files('log_syslog.c') endif if is_linux sources += files('log_journal.c') endif headers = files('rte_log.h')