$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] date time output facet question
From: Erik Türke (etuerke_at_[hidden])
Date: 2014-05-13 03:24:45
Hi all,
i am trying to find out how to use date time output facet on a format like
"%m-%d %T [%module:%level] %message"
in a way that i get the date_time and the residual format ([%module:%level]
%message).
At the moment i am just getting the date and time without the rest of the
format.
Is there any chance to achieve that?
Thanks in advance!