Unity Read Console -Protokoll

Application.logMessageReceived += SomeMethod;

void SomeMethod(string message, string stackTrace, LogType type) { }
1337