boost::logging::logger_holder< type > Struct Template Reference

Allows using a log without knowing its full type yet. Even if the log is not fully defined, you can still use it. More...

Inheritance diagram for boost::logging::logger_holder< type >:
[legend]
Collaboration diagram for boost::logging::logger_holder< type >:
[legend]

List of all members.

Public Member Functions

const type * get () const


Detailed Description

template<class type>
struct boost::logging::logger_holder< type >

Allows using a log without knowing its full type yet. Even if the log is not fully defined, you can still use it.

This will allow you to log messages even if you don't know the full type of the log (which can aid compilation time).

This is a base class. Use logger_holder_by_value or logger_holder_by_ptr instead


Member Function Documentation

template<class type>
const type* boost::logging::logger_holder< type >::get (  )  const [inline]

in case you want to get the real log object


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

Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback