MCPcopy Create free account

hub / github.com/KjellKod/g3log / functions

Functions292 in github.com/KjellKod/g3log

↓ 87 callersMethodget
test_unit/testing_helpers.cpp:105
↓ 85 callersFunctionverifyContent
test_unit/testing_helpers.cpp:59
↓ 58 callersMethodappend
test_unit/test_concept_sink.cpp:45
↓ 52 callersFunctionlogLevel
src/loglevels.cpp:119
↓ 44 callersFunctionto_string
Returns the fractional as a string with padded zeroes 1 ms --> 001 1 us --> 000001 1 ns --> 000000001
src/time.cpp:51
↓ 32 callersMethodreset
test_unit/testing_helpers.h:85
↓ 28 callersFunctionreset
src/loglevels.cpp:43
↓ 26 callersFunctionaddLogLevel
src/loglevels.cpp:34
↓ 26 callersFunctionmockFatalMessage
test_unit/testing_helpers.cpp:29
↓ 24 callersMethodcall
src/g3log/sinkhandle.hpp:39
↓ 24 callersFunctionexceptionIdToText
return the text description of a Windows exception code From MSDN GetExceptionCode http://msdn.microsoft.com/en-us/library/windows/desktop/ms679356(v=
src/stacktrace_windows.cpp:133
↓ 24 callersMethodlogFile
test_unit/testing_helpers.cpp:138
↓ 24 callersFunctionreadFileToText
test_unit/testing_helpers.cpp:65
↓ 22 callersFunctionmockFatalWasCalled
test_unit/testing_helpers.cpp:37
↓ 20 callersMethodaddSink
test_unit/test_concept_sink.cpp:86
↓ 19 callersMethodempty
src/g3log/shared_queue.hpp:69
↓ 19 callersMethodsize
test_unit/testing_helpers.cpp:77
↓ 18 callersFunctionmapCompare
test_unit/test_message.cpp:297
↓ 15 callersFunctiongetAll
src/loglevels.cpp:102
↓ 14 callersMethodsave
test_unit/test_concept_sink.cpp:81
↓ 12 callersMethodclear
test_unit/test_concept_sink.cpp:36
↓ 11 callersFunctiongetFractional
src/time.cpp:27
↓ 10 callersFunctiongetLogName
test_unit/test_filechange.cpp:57
↓ 10 callersFunctiongetStatus
status : {Absent, Enabled, Disabled};
src/loglevels.cpp:107
↓ 10 callersFunctionlocaltime_formatted
src/time.cpp:145
↓ 10 callersFunctionwriteErrorMessage
FYI: Concept of async-signal-safe operations does not exist on windows we stick to perror for lack of better alternatives.
src/crashhandler_windows.cpp:177
↓ 9 callersFunctioninitializeLogging
src/g3log.cpp:55
↓ 9 callersMethodtoString
Format the log message according to it's type
src/logmessage.cpp:79
↓ 8 callersFunctionisLoggingInitialized
src/g3log.cpp:110
↓ 8 callersMethodmessage
src/g3log/logmessage.hpp:52
↓ 8 callersMethodsend
src/g3log/sink.hpp:64
↓ 8 callersFunctionsetFatalPreLoggingHook
* default does nothing, @ref ::g_pre_fatal_hook_that_does_nothing * It will be called just before sending the fatal message, @ref pushFatalmessag
src/g3log.cpp:91
↓ 7 callersMethodaddDefaultLogger
src/logworker.cpp:121
↓ 7 callersMethodresetAndRetrieveContent
Beware of race between LOG(...) and this function. since LOG(...) passes two queues but the handle::call only passes one queue the handle::call can ha
test_unit/testing_helpers.cpp:155
↓ 6 callersMethodaddLogToClean
test_unit/testing_helpers.cpp:93
↓ 6 callersMethodget_future
src/g3log/stlpatch_future.hpp:62
↓ 6 callersMethodsize
src/g3log/shared_queue.hpp:74
↓ 6 callersFunctionspawn_task
test_unit/test_cpp_future_concepts.cpp:111
↓ 5 callersFunctionsetLogName
test_unit/test_filechange.cpp:49
↓ 5 callersFunctionshutDownLogging
* Shutdown the logging by making the pointer to the background logger to nullptr. The object is not deleted * that is the responsibility of its
src/g3log.cpp:118
↓ 5 callersFunctionwasFatal
src/loglevels.cpp:16
↓ 5 callersFunctionwriteTextToFile
test_performance/performance.h:52
↓ 4 callersMethodremoveSink
src/g3log/logworker.hpp:101
↓ 4 callersFunctionsetHighest
src/loglevels.cpp:50
↓ 4 callersFunctionspawn_task
src/g3log/future.hpp:43
↓ 4 callersMethodtimestamp
src/logmessage.cpp:110
↓ 3 callersFunctionclearMockFatal
test_unit/testing_helpers.cpp:49
↓ 3 callersFunctioncountDestroyedFlags
test_unit/test_sink.cpp:97
↓ 3 callersFunctioncountTotalMessages
test_unit/test_sink.cpp:115
↓ 3 callersFunctiondisable
src/loglevels.cpp:70
↓ 3 callersFunctiondisableAll
src/loglevels.cpp:78
↓ 3 callersMethodlevel
src/g3log/logmessage.hpp:44
↓ 3 callersFunctionoverrideSetupSignals
This will override the default signal handler setup and instead install a custom set of signals to handle
src/crashhandler_unix.cpp:311
↓ 3 callersMethodremoveAllSinks
This will clear/remove all the sinks. If a sink shared_ptr was retrieved via the sink handle then the sink will be removed internally but will live on
src/g3log/logworker.hpp:125
↓ 3 callersFunctionrestoreFatalHandlingToDefault
Restore back to default fatal event handling
src/crashhandler_windows.cpp:183
↓ 3 callersFunctionrestoreSignalHandler
src/crashhandler_unix.cpp:292
↓ 3 callersFunctionset
src/loglevels.cpp:63
↓ 3 callersFunctionsetLogNameAndAddCount
test_unit/test_filechange.cpp:30
↓ 3 callersFunctionshutDownLoggingForActiveOnly
Same as the Shutdown above but called by the destructor of the LogWorker, thus ensuring that no further * LOG(...) calls can happen to a non-
src/g3log.cpp:129
↓ 3 callersFunctionwriteErrorMessage
This function is intended to be async-signal-safe. It writes an error message to stderr using the write system call, which is listed as async-signal-s
src/crashhandler_unix.cpp:251
↓ 2 callersFunctionAddManySinks
test_unit/test_sink.cpp:167
↓ 2 callersFunctionDeath_x10000
example/main_fatal_choice.cpp:120
↓ 2 callersFunctionenable
src/loglevels.cpp:74
↓ 2 callersFunctionenableAll
src/loglevels.cpp:84
↓ 2 callersFunctionexceptionHandling
Unhandled exception catching
src/crashhandler_windows.cpp:63
↓ 2 callersFunctionexitReasonName
string representation of signal ID or Windows exception id
src/crashhandler_windows.cpp:127
↓ 2 callersFunctionexitReasonName
string representation of signal ID
src/crashhandler_unix.cpp:193
↓ 2 callersFunctionexitWithDefaultSignalHandler
Triggered by g3log->g3LogWorker after receiving a FATAL trigger which is LOG(FATAL), CHECK(false) or a fatal signal our signalhandler caught. --- If L
src/crashhandler_unix.cpp:222
↓ 2 callersMethodfile
src/g3log/logmessage.hpp:35
↓ 2 callersMethodfunction
src/g3log/logmessage.hpp:41
↓ 2 callersFunctioninstallCrashHandler
installs the signal handling for whatever signal set that is currently active If you want to setup your own signal handling then You should instead ca
src/crashhandler_unix.cpp:325
↓ 2 callersFunctioninstallCustomSIGTERM
test_unit/test_fatal.cpp:75
↓ 2 callersMethodline
src/g3log/logmessage.hpp:38
↓ 2 callersFunctionpushMessageToLogger
* save the message to the logger. In case of called before the logger is instantiated * the first message will be saved. Any following sub
src/g3log.cpp:193
↓ 2 callersMethodreason
src/logmessage.cpp:189
↓ 2 callersMethodrelease
src/g3log/moveoncopy.hpp:46
↓ 2 callersFunctionremoveFile
test_unit/testing_helpers.cpp:55
↓ 2 callersMethodreset
src/g3log/stlpatch_future.hpp:71
↓ 2 callersMethodsave
src/logworker.cpp:101
↓ 2 callersFunctionsetFatalExitHandler
REPLACE fatalCallToLogger for fatalCallForUnitTest * This function switches the function pointer so that only * 'unitTest' mock-fatal calls ar
src/g3log.cpp:104
↓ 2 callersFunctionshouldBlockForFatalHandling
src/crashhandler_unix.cpp:130
↓ 2 callersFunctionstackdump
Generate stackdump. Or in case a stackdump was pre-generated and non-empty just use that one. i.e. the latter case is only for Windows and test purp
src/crashhandler_windows.cpp:118
↓ 2 callersFunctionstackdump
Generate stackdump. Or in case a stackdump was pre-generated and non-empty just use that one i.e. the latter case is only for Windows and test purpose
src/crashhandler_unix.cpp:136
↓ 2 callersMethodswap
src/g3log/stlpatch_future.hpp:49
↓ 2 callersMethodvalid
src/g3log/stlpatch_future.hpp:58
↓ 2 callersMethodvalue
src/g3log/atomicbool.hpp:43
↓ 1 callersFunctionAskForAsyncDeath
example/main_fatal_choice.cpp:235
↓ 1 callersFunctionCallActualExitFunction
example/main_fatal_choice.cpp:161
↓ 1 callersFunctionCallExitFunction
example/main_fatal_choice.cpp:165
↓ 1 callersFunctionChoiceOfFatalExit
example/main_fatal_choice.cpp:251
↓ 1 callersFunctionChooseFatalExit
example/main_fatal_choice.cpp:295
↓ 1 callersMethodCreateLibrary
test_unit/tester_sharedlib.cpp:30
↓ 1 callersFunctionDivisionByZero
example/main_fatal_choice.cpp:75
↓ 1 callersFunctionExecuteDeathFunction
example/main_fatal_choice.cpp:169
↓ 1 callersFunctionForwardChoiceForFatalExit
example/main_fatal_choice.cpp:291
↓ 1 callersFunctionObsoleteSpawnTask
test_unit/test_cpp_future_concepts.cpp:68
↓ 1 callersFunctionToLower
example/main_fatal_choice.cpp:34
↓ 1 callersMethodaction
test_unit/tester_sharedlib.cpp:24
↓ 1 callersMethodaddSink
src/g3log/logworker.hpp:89
↓ 1 callersMethodasync
src/g3log/sink.hpp:71
next →1–100 of 292, ranked by callers