View Javadoc
1   package org.bitbucket.jrsofty.parser.logging.api;
2   
3   /**
4    * Marker interface for handling log entry data.
5    *
6    * @author jrsofty
7    *
8    */
9   public interface LogEntry {
10  
11  }