mod_servlet
C++Servlets
 All Classes Files Functions Variables Typedefs Macros Pages
servlet::logging::log_output_factory Struct Referenceabstract

Abstract interface for log_output factory. More...

#include <logger.h>

Public Member Functions

virtual log_outputnew_log_output ()=0
 Creates new log_output object and returns pointer to it. More...
 

Detailed Description

Abstract interface for log_output factory.

Member Function Documentation

virtual log_output* servlet::logging::log_output_factory::new_log_output ( )
pure virtual

Creates new log_output object and returns pointer to it.

Returns
pointer to new log_output object

The documentation for this struct was generated from the following file: