Skip to content

Commit

Permalink
postLoad needs to be in the LoaderBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Oct 16, 2024
1 parent 950ed9a commit f6c5456
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ public Result filter(LogEvent event) {
* Initializes and runs the current loader.
*/
public abstract void load();

public abstract void postLoad();
}

0 comments on commit f6c5456

Please sign in to comment.