Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
google-glog
Conversations
About
google-glog
1–30 of 443
Mark all as read
Report abusive group
0 selected
Amandeep Gautam
11/7/22
Relation between the TID in the files and on the stack trace
In the stack trace, we see something like this: *** SIGSEGV (@0x149d) received by PID 22298 (TID
unread,
Relation between the TID in the files and on the stack trace
In the stack trace, we see something like this: *** SIGSEGV (@0x149d) received by PID 22298 (TID
11/7/22
Matthias Buehlmann
3
12/29/21
Windows: not getting stack trace of correct thread
Another weird thing is: I'm also using google::ion which has it's own stack trace when a
unread,
Windows: not getting stack trace of correct thread
Another weird thing is: I'm also using google::ion which has it's own stack trace when a
12/29/21
Pallavi Moghe
10/8/18
How to print log timestamp in UTC?
By default glog logger prints log timestamp in localtime, is there a way to print this in UTC?
unread,
How to print log timestamp in UTC?
By default glog logger prints log timestamp in localtime, is there a way to print this in UTC?
10/8/18
hce h
3/22/17
How to change log file name to one file without date / time attached to the log file name
Hi, I am using google glog on Debian Jessie, I set up google::SetLogDestination(google::INFO, "/
unread,
How to change log file name to one file without date / time attached to the log file name
Hi, I am using google glog on Debian Jessie, I set up google::SetLogDestination(google::INFO, "/
3/22/17
Thomas Johnson
, …
Benjamin Staffin
3
12/13/16
Python logging in glog format?
On Tuesday, November 3, 2009 at 1:11:08 AM UTC-5, shinh wrote: On Mon, Nov 2, 2009 at 7:39 PM, Thomas
unread,
Python logging in glog format?
On Tuesday, November 3, 2009 at 1:11:08 AM UTC-5, shinh wrote: On Mon, Nov 2, 2009 at 7:39 PM, Thomas
12/13/16
Puneet Singh
2
11/8/16
glog configure fails - ..: machine .. not recognized
I am trying to compile glog 0.3.4 on RHEL-6.5 with gcc 4.4 , i end up with following error (mail
unread,
glog configure fails - ..: machine .. not recognized
I am trying to compile glog 0.3.4 on RHEL-6.5 with gcc 4.4 , i end up with following error (mail
11/8/16
Tom Fan
8/22/16
Is there any parameter to split log file by day, in the glog?
Is there any parameter to split log file by day, in the glog?
unread,
Is there any parameter to split log file by day, in the glog?
Is there any parameter to split log file by day, in the glog?
8/22/16
Jeff chen
,
Jonas Vervoort
2
8/11/16
runtime symbol lookup error: undefined symbol, _ZN6google10LogMessage6streamEv
Maybe you forgot to set the dependencies in your CMAKE file: set(CPACK_DEBIAN_PACKAGE_DEPENDS "
unread,
runtime symbol lookup error: undefined symbol, _ZN6google10LogMessage6streamEv
Maybe you forgot to set the dependencies in your CMAKE file: set(CPACK_DEBIAN_PACKAGE_DEPENDS "
8/11/16
chris...@gmail.com
7/18/16
Compilation Error: no matching function for call to 'GetReferenceableValue(<unresolved overloaded function type>)'
Hello, I am implementing a new tool for a C++ framework (specifically the Caffe deep learning tool)
unread,
Compilation Error: no matching function for call to 'GetReferenceableValue(<unresolved overloaded function type>)'
Hello, I am implementing a new tool for a C++ framework (specifically the Caffe deep learning tool)
7/18/16
Jason
7/12/16
How to disable logging filename and line number in glog
In order to use glog to log for clients (instead of developers), is there any way to remove some of
unread,
How to disable logging filename and line number in glog
In order to use glog to log for clients (instead of developers), is there any way to remove some of
7/12/16
Yannick Kohn
1/26/16
glog windows log when not needed
Hi, We use Google-glog in our windows application. I do something like this at startup in the main.
unread,
glog windows log when not needed
Hi, We use Google-glog in our windows application. I do something like this at startup in the main.
1/26/16
Avinash Sridharan
11/25/15
g++ linking error with glog on ubuntu trusty
I wanted to just try out the google log library. Installed the library on ubuntu trusty (14.04) using
unread,
g++ linking error with glog on ubuntu trusty
I wanted to just try out the google log library. Installed the library on ubuntu trusty (14.04) using
11/25/15
Bin Zhu
10/26/15
performance is better when minloglevel =0
I'm doing performance testing for my project which is uing glog. I found a strange thing that
unread,
performance is better when minloglevel =0
I'm doing performance testing for my project which is uing glog. I found a strange thing that
10/26/15
codesite...@google.com
,
Qingze Wang
7
10/15/15
Re: Issue 4 in google-glog: wchar_t support
I add this code to my project using g++ fedora, but it doese not work, why?? 在 2010年1月28日星期四 UTC+8下午6
unread,
Re: Issue 4 in google-glog: wchar_t support
I add this code to my project using g++ fedora, but it doese not work, why?? 在 2010年1月28日星期四 UTC+8下午6
10/15/15
Lekha Agrawal
, …
Carles Fernandez
3
9/23/15
glog integration with cmake
Here you have an example: https://github.com/gnss-sdr/gnss-sdr/blob/master/cmake/Modules/FindGLOG.
unread,
glog integration with cmake
Here you have an example: https://github.com/gnss-sdr/gnss-sdr/blob/master/cmake/Modules/FindGLOG.
9/23/15
Harshal Talele
9/2/15
How to enable VLOG from within application source code?
Hello, I want to initialize VLOG in my application library (Google API C+). Can anyone please help me
unread,
How to enable VLOG from within application source code?
Hello, I want to initialize VLOG in my application library (Google API C+). Can anyone please help me
9/2/15
paup...@epochlabs.com
,
Kjell Hedstrom
4
8/24/15
How should the application be notified when the disk runs out of space?
Sorry, I didn't make that apparent. I am, in fact, speaking of the case where logs fill the disk.
unread,
How should the application be notified when the disk runs out of space?
Sorry, I didn't make that apparent. I am, in fact, speaking of the case where logs fill the disk.
8/24/15
Harshal Talele
,
KjellKod
2
7/27/15
Is there a way to stop FATAL messages abort the process?
That's a bad idea. Think about the scenarios when it will be FATAL? When and Why would you rather
unread,
Is there a way to stop FATAL messages abort the process?
That's a bad idea. Think about the scenarios when it will be FATAL? When and Why would you rather
7/27/15
Jun Li
7/6/15
how to initialize the logger from a shared library
Hello, I am using the google logger in the development of my C++ application library in a Linux
unread,
how to initialize the logger from a shared library
Hello, I am using the google logger in the development of my C++ application library in a Linux
7/6/15
Di Zhao
6/24/15
logline timestamp
Hi there, Just wondering the timestamp in each logline -- is it recording the time when the log event
unread,
logline timestamp
Hi there, Just wondering the timestamp in each logline -- is it recording the time when the log event
6/24/15
codesite...@google.com
2
2/12/15
Issue 179 in google-glog: Glog defines GOOGLE_PREDICT_TRUE without checking if it has already been defined
Comment #1 on issue 179 by schroed...@google.com: Glog defines GOOGLE_PREDICT_TRUE without checking
unread,
Issue 179 in google-glog: Glog defines GOOGLE_PREDICT_TRUE without checking if it has already been defined
Comment #1 on issue 179 by schroed...@google.com: Glog defines GOOGLE_PREDICT_TRUE without checking
2/12/15
codesite...@google.com
2
2/9/15
Issue 158 in google-glog: Watch Oblivion Free Online | Online Free Full Movie Streaming
Comment #1 on issue 158 by aanchalj...@gmail.com: Watch Oblivion Free Online | Online Free Full Movie
unread,
Issue 158 in google-glog: Watch Oblivion Free Online | Online Free Full Movie Streaming
Comment #1 on issue 158 by aanchalj...@gmail.com: Watch Oblivion Free Online | Online Free Full Movie
2/9/15
codesite...@google.com
14
2/5/15
Issue 121 in google-glog: Fix Apple clang & libc++ issues
Comment #13 on issue 121 by drirr.g...@gmail.com: Fix Apple clang & libc++ issues https://code.
unread,
Issue 121 in google-glog: Fix Apple clang & libc++ issues
Comment #13 on issue 121 by drirr.g...@gmail.com: Fix Apple clang & libc++ issues https://code.
2/5/15
codesite...@google.com
2/1/15
Issue 230 in google-glog: OSX Make Error issue
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 230 by Antma...@gmail.com: OSX
unread,
Issue 230 in google-glog: OSX Make Error issue
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 230 by Antma...@gmail.com: OSX
2/1/15
codesite...@google.com
6
1/29/15
Issue 201 in google-glog: Compilation issue
Comment #5 on issue 201 by henok.sa...@gmail.com: Compilation issue https://code.google.com/p/google-
unread,
Issue 201 in google-glog: Compilation issue
Comment #5 on issue 201 by henok.sa...@gmail.com: Compilation issue https://code.google.com/p/google-
1/29/15
codesite...@google.com
1/22/15
Issue 229 in google-glog: Symbolize can't handler address of plt
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 229 by chen3feng: Symbolize can
unread,
Issue 229 in google-glog: Symbolize can't handler address of plt
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 229 by chen3feng: Symbolize can
1/22/15
codesite...@google.com
1/15/15
Issue 228 in google-glog: -fPIC issue
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 228 by maheshba...@gmail.com: -
unread,
Issue 228 in google-glog: -fPIC issue
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 228 by maheshba...@gmail.com: -
1/15/15
Martin Martin
1/14/15
What's the difference between CHECK and LOG_ASSERT?
CHECK and LOG_ASSERT have the same definition. CHECK has lots of variants, eg CHECK_GT and
unread,
What's the difference between CHECK and LOG_ASSERT?
CHECK and LOG_ASSERT have the same definition. CHECK has lots of variants, eg CHECK_GT and
1/14/15
codesite...@google.com
12/27/14
Issue 227 in google-glog: Process sleeps forever in FailureSignalHandler it is interrupted by another signal.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 227 by sa...@cohesity.com:
unread,
Issue 227 in google-glog: Process sleeps forever in FailureSignalHandler it is interrupted by another signal.
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 227 by sa...@cohesity.com:
12/27/14
codesite...@google.com
12/11/14
Issue 226 in google-glog: Demangle failed
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 226 by welson....@gmail.com:
unread,
Issue 226 in google-glog: Demangle failed
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 226 by welson....@gmail.com:
12/11/14