I'm attempting to create a logger class which has a static string vector. This way multiple instances of the logger can add strings to the same shared vector with out the need for pointers to a manager class or something like that..
Heres what I've got so far but I keep getting undefined reference errors: