LogMain

Used in static initializer for threadcontext_t.

Summary
LogMainUsed in static initializer for threadcontext_t.
CopyrightThis program is free software.
Files
C-kern/api/io/writer/log/logmain.hHeader file of LogMain.
C-kern/io/writer/log/logmain.cImplementation file of LogMain impl.
Variables
g_logmain_interfaceAdapted interface (see log_it) to static log service.
Functions
test
unittest_io_writer_log_logmainTests static log service g_logmain_interface.

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.

Author

© 2011 Jörg Seebohn

Files

C-kern/api/io/writer/log/logmain.h

Header file of LogMain.

C-kern/io/writer/log/logmain.c

Implementation file of LogMain impl.

Variables

g_logmain_interface

extern struct log_it g_logmain_interface

Adapted interface (see log_it) to static log service.

Functions

test

unittest_io_writer_log_logmain

int unittest_io_writer_log_logmain(void)

Tests static log service g_logmain_interface.

Used in static initializer for threadcontext_t.
Implements LogMain.
extern struct log_it g_logmain_interface
Adapted interface (see log_it) to static log service.
struct log_it
The function table which describes the log service.
int unittest_io_writer_log_logmain(void)
Tests static log service g_logmain_interface.
Close