Searched refs:lastDot (Results 1 – 2 of 2) sorted by relevance
142 int lastDot = loggerName.lastIndexOf('.'); in format() local143 if (lastDot >= 0) in format()145 lastDot + 1); in format()
199 int lastDot = loggerName.lastIndexOf('.'); in publish() local200 if (lastDot >= 0) in publish()202 lastDot + 1); in publish()