Skip to content

Commit a0df2ee

Browse files
author
TheSnoozer
committed
allow to log just plain error strings without throwables
1 parent cb3375a commit a0df2ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/pl/project13/core/log/LogInterface.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ public interface LogInterface {
2424

2525
void warn(String msg);
2626

27+
void error(String msg);
28+
2729
void error(String msg, Throwable t);
2830
}

0 commit comments

Comments
 (0)