Go to the documentation of this file.
   35     template< 
class ... Items >
 
   36     void                    log( 
SrcInfo const & info, 
LogId id, Items 
const & ... items ) 
const;
 
   45     template< 
class ... Items >
 
   46     void                    warning( 
SrcInfo const & info, Items 
const & ... items ) 
const;
 
   60     template< 
class T, 
class ... TT >
 
   61     void WriteItemsToStream( 
multiline_ostream & mss, T 
const & first, TT 
const & ... rest ) 
const;
 
   63     template< 
class ... TT >
 
   65     template< 
class ... TT >
 
   67     template< 
class ... TT >
 
   77     mutable std::stringstream ss;