# 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().
