Append a message to every klog

32 Views Asked by At

I currently do this throughout my app.

klog.infof ("Foo")
klog.infof ("Bar")

Is there a way to prepend/append a message to all log messages using klog ?

0

There are 0 best solutions below