void logLink(string file)
{
    g_log += (list)(g_logMark + " link " + file);
}

