Expose LinkRenderer for LogFormatter instances
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 30 Jun 2017 09:05:29 +0000 (02:05 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 30 Jun 2017 09:05:29 +0000 (02:05 -0700)
commit80847dcb32f4f6ecf198d3ff4c8bc71333832c75
treec1e422f40c0a0fad45b439b198dfde978b44df7d
parent509c8d6e378a8decae43dcb27276ddae40dc1143
Expose LinkRenderer for LogFormatter instances

Pass a LinkRenderer instance from SpecialLog, through LogEventsList,
onto LogFormatter instances, which tend to make many links.

Bug: T168924
Change-Id: I264da6f63678917c7335adee5a0b64cbcded66f3
includes/logging/LogEventsList.php
includes/logging/LogFormatter.php
includes/specials/SpecialLog.php