llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

llama : reimplement logging

Open ggerganov opened this issue 7 months ago • 1 comments

Rewrite the logging functionality in common/log.h with main goals:

  • asynchronous logging
  • log to file should be possible to disable
  • compile-time verbosity level
  • colors

ggerganov avatar Jul 18 '24 11:07 ggerganov