Unity Read Console Log

Application.logMessageReceived += SomeMethod;

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