# Functions
CreateLogBuffer creates an in-memory buffer to temporarily store logs.
Error pushes the error onto the buffer and flushes the buffer to file.
Fatal func pushes the error onto the buffer and flushes the buffer to file
Afterwards the Fatal function from logrus is called
*/.
GetLogBufferAndLogger function.
Panic func pushes the error onto the buffer and flushes the buffer to file
Afterwards the Panic function from logrus is called
*/.
SetMaxAmountOfBuffers func -> Default = 200.
# Variables
MaxNumberOfBuffers var.