New issue 116 by macropan...@gmail.com: Missing GetLogfilename()
http://code.google.com/p/google-glog/issues/detail?id=116
There appears to be no GetLogDestination() function available to the end
user.
Expecting something parallel to SetLogDestination()
std::string GetLogDestination( LogSeverity severity );
I realize one could "calculate" the current logfile destination, but that
will depend on how the current process/thread ID is determined.