Public Member Functions | |
| time_strf_t (const hold_string_type &format, bool localtime) | |
| msg_type | The type that holds your logged message. | |
| convert | [optional] In case there needs to be a conversion between std::(w)string and the string that holds your logged message. See convert_format. For instance, you might use a cached_string class (see optimize namespace). |
| boost::logging::formatter::time_strf_t< convert >::time_strf_t | ( | const hold_string_type & | format, | |
| bool | localtime | |||
| ) | [inline] |
constructs a time_strf object
| format | the time format , strftime-like | |
| localtime | if true, use localtime, otherwise global time |