Example #1
0
 private static void Text(string condition, string stackTrace, LogType type)
 {
     if (_logText != null)
     {
         _logText.Text(condition, stackTrace, type);
     }
 }