Beispiel #1
0
 public void Warn(object content, Exception ex)
 {
     SLogger.Warn(TAG, content, ex);
 }
Beispiel #2
0
 public void Warn(Exception ex)
 {
     SLogger.Warn(TAG, ex);
 }
Beispiel #3
0
 public void Warn(object content)
 {
     SLogger.Warn(TAG, content);
 }