cut first 10 characters linux

C++
sed 's/^.\{5\}//' logfile tail -f logfile | grep org.springframework | cut -c 5-
Source

Also in C++: