Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwexim committed Jan 1, 2024
2 parents 4d4dd61 + 7478d32 commit c360bb8
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,12 @@ public boolean isDebug() {
public String getFileName() {
return fileName;
}

/**
* @return whether or not this Logger has an error stored
*/
public boolean hasError() {
return hasError;
}

}

0 comments on commit c360bb8

Please sign in to comment.