|
static int | log_timestamp (char *buf, size_t buflen, time_t time) |
| Write a timestamp to a buffer.
|
|
static int | log_level (char *buf, size_t buflen, enum LogLevel level) |
| Write a log level to a buffer.
|
|
int | log_disp_debug (time_t stamp, const char *file, int line, const char *function, enum LogLevel level, const char *format,...) |
| Display a log line on screen - Implements log_dispatcher_t -.
|
|
Log everything to the terminal.
- Authors
-
- Copyright
- 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 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file logging.c.