public static void TextEntry(Channel chan, String text)
 {
     if (LoggerActive)
     {
         TextLogger.TextEntry(chan, text);
     }
 }
 public static void TextEntry(Server network, User person, String text)
 {
     if (LoggerActive)
     {
         TextLogger.TextEntry(network, person, text);
     }
 }