Log4g Reference Manual | ||||
---|---|---|---|---|
Top | Description |
void log4g_basic_configurator_configure (void
); void log4g_basic_configurator_configure_appender (Log4gAppender *appender
); void log4g_basic_configurator_reset_configuration (void
);
void log4g_basic_configurator_configure (void
);
Quickly configure Log4g.
This function adds a console appender to the root logger that uses the TTCC layout and prints to stdout.
See
: Log4gRootLogger, Log4gTTCCLayout
Since 0.1
void log4g_basic_configurator_configure_appender
(Log4gAppender *appender
);
Add an appender to the root category.
|
The appender to add to the root category. |
Since 0.1