Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dab93222dac6e4c7344dbfc44e0abe21f34d0eba
/
.
/
lib
/
posix
/
options
/
Kconfig.syslog
blob: 1fedd93cddf7c992da89edef71a15e85f4a12332 [
file
] [
log
] [
blame
]
# Copyright (c) 2024, Meta
#
# SPDX-License-Identifier: Apache-2.0
config POSIX_SYSLOG
bool
"Support for syslog()"
default
y
if
POSIX_API
help
This
option provides support
for
closelog
(),
openlog
(),
syslog
(),
setlogmask
(),
and
vsyslog
().