--- lbbs/include/log.h 2025/06/04 14:41:17 1.7 +++ lbbs/include/log.h 2025/11/04 13:49:50 1.9 @@ -1,26 +1,18 @@ -/*************************************************************************** - log.h - description - ------------------- - Copyright : (C) 2004-2025 by Leaflet - Email : leaflet@leafok.com - ***************************************************************************/ - -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * log + * - logger + * + * Copyright (C) 2004-2025 by Leaflet + */ #ifndef _LOG_H_ #define _LOG_H_ #include -#include -enum{ +enum +{ LOG_LEVEL_COMMON = 1, LOG_LEVEL_ERROR = 2, };