MCPcopy Create free account

hub / github.com/KjellKod/g3log / functions

Functions292 in github.com/KjellKod/g3log

MethodchangeLogFile
src/filesink.cpp:72
MethodcopyToLogMessage
src/logmessage.cpp:185
MethodcountMessages
test_unit/test_linux_dynamic_loaded_sharedlib.cpp:27
MethodcreateActive
Factory: safe construction of object before thread start
src/g3log/active.hpp:60
MethodcreateLogWorker
src/logworker.cpp:117
MethodcreateSink
test_unit/test_concept_sink.cpp:40
FunctioncustomOldSignalHandler
test_unit/test_fatal.cpp:85
FunctioncustomSignalHandler
test_unit/test_fatal.cpp:71
FunctiondoLogWrites
test_performance/performance.h:110
Methoddynamic_int_array
test_unit/test_fatal.cpp:307
FunctionexitWithDefaultSignalHandler
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
MethodfatalCheckToString
helper for fatal CHECK
src/logmessage.cpp:45
FunctionfatalCounter
test_unit/test_io.cpp:35
FunctionfatalCounter
test_unit/test_fatal.cpp:35
MethodfatalExceptionToString
helper for fatal exception (windows only)
src/logmessage.cpp:30
MethodfatalLogToString
helper for fatal LOG
src/logmessage.cpp:37
MethodfatalSignalToString
helper for fatal signal
src/logmessage.cpp:23
MethodfileWrite
The actual log receiving function
src/filesink.cpp:57
Methodfile_path
src/g3log/logmessage.hpp:32
Functionget_res
test_unit/test_cpp_future_concepts.cpp:131
MethodincrementAtomic
test_unit/test_sink.cpp:235
MethodincrementAtomic
test_unit/test_sink.cpp:280
FunctioninstallCrashHandler
src/crashhandler_windows.cpp:236
Functionmain
example/main_sigsegv.cpp:54
Functionmain
example/main_contract.cpp:29
Functionmain
example/main_fatal_choice.cpp:312
Functionmain
test_performance/main_threaded_mean.cpp:30
Functionmain
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
Functionmain
test_main/test_main.cpp:10
Functionmain
test_unit/test_filechange.cpp:143
Functionmean
test_performance/performance.h:76
FunctionmeasurePeakDuringLogWrites
test_performance/performance.h:86
FunctionmockFatalCall
test_unit/testing_helpers.cpp:41
FunctionmockFatalSignal
test_unit/testing_helpers.cpp:33
Methodmsg
test_unit/test_cpp_future_concepts.cpp:39
Functionmsg3
test_unit/test_cpp_future_concepts.cpp:135
MethodnormalToString
helper for normal
src/logmessage.cpp:66
Methodoperator!=
src/g3log/loglevels.hpp:48
Methodoperator()
src/g3log/moveoncopy.hpp:38
Methodoperator()
src/g3log/stlpatch_future.hpp:66
Methodoperator==
src/g3log/loglevels.hpp:44
Methodoperator==
src/g3log/loglevels.hpp:128
Methodoperator==
src/g3log/atomicbool.hpp:39
MethodoverrideLogDetails
src/filesink.cpp:106
MethodoverrideLogHeader
src/filesink.cpp:110
Methodpackaged_task
src/g3log/stlpatch_future.hpp:24
FunctionpushFatalMessageToLogger
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
MethodreceiveMsg
test_unit/test_sink.cpp:233
MethodreceiveMsgDoNothing
test_unit/test_sink.cpp:277
MethodreceiveMsgIncrementAtomic
test_unit/test_sink.cpp:279
FunctionrestoreFatalHandlingToDefault
restores the signal handler back to default
src/crashhandler_unix.cpp:270
Methodrun
src/g3log/active.hpp:37
Methodsave
test_unit/test_concept_sink.cpp:38
Methodsend
src/g3log/active.hpp:55
MethodsetMaxMessageSize
src/logcapture.cpp:33
Methodshared_queue
src/g3log/shared_queue.hpp:33
FunctionshouldBlockForFatalHandling
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
FunctionsignalHandler
called for fatal signals SIGABRT, SIGFPE, SIGSEGV, SIGILL, SIGTERM
src/crashhandler_windows.cpp:39
FunctionsignalHandler
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
MethodsplitFileName
src/logmessage.cpp:16
Functionstackdump
helper function: retrieve stackdump from no excisting exception pointer
src/stacktrace_windows.cpp:150
Methodstring
test_unit/test_concept_sink.cpp:37
Methodstring
test_unit/test_concept_sink.cpp:46
Methodswap
src/g3log/loglevels.hpp:52
Methodswap
src/g3log/logmessage.hpp:117
Functionto_string
src/loglevels.cpp:90
Methodtry_and_pop
\return immediately, with true if successful retrieval
src/g3log/shared_queue.hpp:47
FunctionunexpectedExceptionHandling
Unhandled exception catching
src/crashhandler_windows.cpp:84
FunctionvectorExceptionHandling
src/crashhandler_windows.cpp:92
MethodwasFatal
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
← previous201–292 of 292, ranked by callers