Exemple #1
0
 public static void AllLog()
 {
     AnotherClass.SayHello();
     log1();
     Log();
     Warning();
     Error();
     Assertion();
     Exception();
 }