Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
log_message_handler.h
Go to the documentation of this file.
1 // Copyright 2010 Google Inc.
17 
18 #ifndef PAGESPEED_APACHE_LOG_MESSAGE_HANDLER_H_
19 #define PAGESPEED_APACHE_LOG_MESSAGE_HANDLER_H_
20 
21 #include <algorithm>
22 #include "apr_pools.h"
23 
25 
26 struct server_rec;
27 
28 namespace net_instaweb {
29 
30 namespace log_message_handler {
31 
34 void Install(apr_pool_t* pool);
35 
40 void AddServerConfig(const server_rec* server, const StringPiece& version);
41 
43 void ShutDown();
44 
45 }
46 
47 }
48 
49 #endif