Flogger Log Sites
Helper class to generate log sites for the current line of code. This class is deliberately isolated (rather than having the method in FloggerLogSite itself) because manual log site injection is rare and by isolating it into a separate class may help encourage users to think carefully about the issue.
See also
<a href="https://github. com/google/flogger/blob/cb9e836a897d36a78309ee8badf5cad4e6a2d3d8/api/src/main/java/com/google/common/flogger/Log Sites. java">
Original Java code of Google Flogger