EasyLog - @LogIt - Labels



Labels help you to simplify a search for specific entries in the logs.

Just pass the String label parameter with @LogIt annotation.

By default label=""

@LogIt(label="USER SERVICE CALL")
@LogIt(label="DEBUGGING ISSUE #1234")

You can easily find the log entries by these labels.