ToString() public method

public ToString ( ) : string
return string
Beispiel #1
0
 public static void LogEvent(string type, Event e )
 {
     Logger.LogInfo(type, e.ToString());
 }