Log uts information on launch of the session and relay daemon
[lttng-tools.git] / src / common / logging-utils.hpp
diff --git a/src/common/logging-utils.hpp b/src/common/logging-utils.hpp
new file mode 100644 (file)
index 0000000..1bd6c15
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2023 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ *
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ */
+
+#ifndef LTTNG_LOGGING_UTILS_H
+#define LTTNG_LOGGING_UTILS_H
+
+#include <common/error.hpp>
+
+namespace lttng {
+namespace logging {
+
+/* Output system information as logging statements. */
+void log_system_information(lttng_error_level error_level);
+
+} /* namespace logging */
+} /* namespace lttng */
+
+#endif /* LTTNG_LOGGING_UTILS_H */
This page took 0.02656 seconds and 4 git commands to generate.