//  OpenVPN 3 Linux client -- Next generation OpenVPN client
//
//  SPDX-License-Identifier: AGPL-3.0-only
//
//  Copyright (C) 2018 - 2023  OpenVPN Inc <sales@openvpn.net>
//  Copyright (C) 2018 - 2023  David Sommerseth <davids@openvpn.net>
//

/**
 * @file   implementations.hpp
 *
 * @brief  Collection of all LogWriter implementations in a single include file
 */

#pragma once

#include "journald.hpp"
#include "streamwriter.hpp"
#include "syslog.hpp"
