Home
last modified time | relevance | path

Searched refs:lastDot (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java142 int lastDot = loggerName.lastIndexOf('.'); in format() local
143 if (lastDot >= 0) in format()
145 lastDot + 1); in format()
H A DSyslogHandler.java199 int lastDot = loggerName.lastIndexOf('.'); in publish() local
200 if (lastDot >= 0) in publish()
202 lastDot + 1); in publish()