Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KjellKod/g3log
/ functions
Functions
292 in github.com/KjellKod/g3log
⨍
Functions
292
◇
Types & classes
45
Method
changeLogFile
src/filesink.cpp:72
Method
copyToLogMessage
src/logmessage.cpp:185
Method
countMessages
test_unit/test_linux_dynamic_loaded_sharedlib.cpp:27
Method
createActive
Factory: safe construction of object before thread start
src/g3log/active.hpp:60
Method
createLogWorker
src/logworker.cpp:117
Method
createSink
test_unit/test_concept_sink.cpp:40
Function
customOldSignalHandler
test_unit/test_fatal.cpp:85
Function
customSignalHandler
test_unit/test_fatal.cpp:71
Function
doLogWrites
test_performance/performance.h:110
Method
dynamic_int_array
test_unit/test_fatal.cpp:307
Function
exitWithDefaultSignalHandler
Triggered by g3log::LogWorker after receiving a FATAL trigger which is LOG(FATAL), CHECK(false) or a fatal signal our signalhandler caught. --- If LOG
src/crashhandler_windows.cpp:158
Method
fatalCheckToString
helper for fatal CHECK
src/logmessage.cpp:45
Function
fatalCounter
test_unit/test_io.cpp:35
Function
fatalCounter
test_unit/test_fatal.cpp:35
Method
fatalExceptionToString
helper for fatal exception (windows only)
src/logmessage.cpp:30
Method
fatalLogToString
helper for fatal LOG
src/logmessage.cpp:37
Method
fatalSignalToString
helper for fatal signal
src/logmessage.cpp:23
Method
fileWrite
The actual log receiving function
src/filesink.cpp:57
Method
file_path
src/g3log/logmessage.hpp:32
Function
get_res
test_unit/test_cpp_future_concepts.cpp:131
Method
incrementAtomic
test_unit/test_sink.cpp:235
Method
incrementAtomic
test_unit/test_sink.cpp:280
Function
installCrashHandler
src/crashhandler_windows.cpp:236
Function
main
example/main_sigsegv.cpp:54
Function
main
example/main_contract.cpp:29
Function
main
example/main_fatal_choice.cpp:312
Function
main
test_performance/main_threaded_mean.cpp:30
Function
main
OK: The code below isn't pretty but it works. Lots and lots of log entries to keep track of!
test_performance/main_threaded_worst.cpp:42
Function
main
test_main/test_main.cpp:10
Function
main
test_unit/test_filechange.cpp:143
Function
mean
test_performance/performance.h:76
Function
measurePeakDuringLogWrites
test_performance/performance.h:86
Function
mockFatalCall
test_unit/testing_helpers.cpp:41
Function
mockFatalSignal
test_unit/testing_helpers.cpp:33
Method
msg
test_unit/test_cpp_future_concepts.cpp:39
Function
msg3
test_unit/test_cpp_future_concepts.cpp:135
Method
normalToString
helper for normal
src/logmessage.cpp:66
Method
operator!=
src/g3log/loglevels.hpp:48
Method
operator()
src/g3log/moveoncopy.hpp:38
Method
operator()
src/g3log/stlpatch_future.hpp:66
Method
operator==
src/g3log/loglevels.hpp:44
Method
operator==
src/g3log/loglevels.hpp:128
Method
operator==
src/g3log/atomicbool.hpp:39
Method
overrideLogDetails
src/filesink.cpp:106
Method
overrideLogHeader
src/filesink.cpp:110
Method
packaged_task
src/g3log/stlpatch_future.hpp:24
Function
pushFatalMessageToLogger
Fatal call saved to logger. This will trigger SIGABRT or other fatal signal * to exit the program. After saving the fatal message the callin
src/g3log.cpp:216
Method
receiveMsg
test_unit/test_sink.cpp:233
Method
receiveMsgDoNothing
test_unit/test_sink.cpp:277
Method
receiveMsgIncrementAtomic
test_unit/test_sink.cpp:279
Function
restoreFatalHandlingToDefault
restores the signal handler back to default
src/crashhandler_unix.cpp:270
Method
run
src/g3log/active.hpp:37
Method
save
test_unit/test_concept_sink.cpp:38
Method
send
src/g3log/active.hpp:55
Method
setMaxMessageSize
src/logcapture.cpp:33
Method
shared_queue
src/g3log/shared_queue.hpp:33
Function
shouldBlockForFatalHandling
For windows exceptions this might ONCE be set to false, in case of a windows exceptions and not a signal
src/crashhandler_windows.cpp:111
Function
signalHandler
called for fatal signals SIGABRT, SIGFPE, SIGSEGV, SIGILL, SIGTERM
src/crashhandler_windows.cpp:39
Function
signalHandler
Dump of stack,. then exit through g3log background worker ALL thanks to this thread at StackOverflow. Pretty much borrowed from: Ref: http://stackover
src/crashhandler_unix.cpp:62
Method
splitFileName
src/logmessage.cpp:16
Function
stackdump
helper function: retrieve stackdump from no excisting exception pointer
src/stacktrace_windows.cpp:150
Method
string
test_unit/test_concept_sink.cpp:37
Method
string
test_unit/test_concept_sink.cpp:46
Method
swap
src/g3log/loglevels.hpp:52
Method
swap
src/g3log/logmessage.hpp:117
Function
to_string
src/loglevels.cpp:90
Method
try_and_pop
\return immediately, with true if successful retrieval
src/g3log/shared_queue.hpp:47
Function
unexpectedExceptionHandling
Unhandled exception catching
src/crashhandler_windows.cpp:84
Function
vectorExceptionHandling
src/crashhandler_windows.cpp:92
Method
wasFatal
src/g3log/logmessage.hpp:62
Method
~Active
src/g3log/active.hpp:50
Method
~CoutSink
test_unit/test_concept_sink.cpp:39
Method
~FatalMessage
src/g3log/logmessage.hpp:137
Method
~FileSink
src/filesink.cpp:44
Method
~LogCapture
logCapture is a simple struct for capturing log/fatal entries. At destruction the * captured message is forwarded to background worker. * As a safety
src/logcapture.cpp:43
Method
~LogFileCleaner
test_unit/testing_helpers.cpp:81
Method
~LogMessage
src/g3log/logmessage.hpp:79
Method
~LogWorker
src/logworker.cpp:70
Method
~LogWorkerImpl
src/g3log/logworker.hpp:37
Method
~LoggingLevel
src/g3log/loglevels.hpp:120
Method
~RestoreDynamicLoggingLevels
test_unit/test_io.cpp:355
Method
~RestoreFileLogger
test_unit/testing_helpers.cpp:130
Method
~RuntimeLoadedLib
test_unit/tester_sharedlib.cpp:20
Method
~ScopedLogger
test_unit/testing_helpers.cpp:103
Method
~ScopedOut
test_unit/testing_helpers.h:52
Method
~ScopedSetTrue
test_unit/testing_helpers.h:116
Method
~Sink
src/g3log/sink.hpp:60
Method
~SinkHandle
src/g3log/sinkhandle.hpp:33
Method
~SinkWrapper
src/g3log/sinkwrapper.hpp:17
Method
~SomeLibrary
test_unit/tester_sharedlib.h:16
Method
~Worker
test_unit/test_concept_sink.cpp:75
Method
~packaged_task
src/g3log/stlpatch_future.hpp:46
← previous
201–292 of 292, ranked by callers