API: CustomLogEntryTypes

All 3 AddLogEntry methods are public but 2 of them require this.
This commit is contained in:
RoboMWM 2015-11-11 03:11:49 -08:00
parent 7067db624d
commit be6b9d80cf

View File

@ -61,7 +61,7 @@ class CustomLogger
} }
} }
private static final Pattern inlineFormatterPattern = Pattern.compile("§."); private static final Pattern inlineFormatterPattern = Pattern.compile("§.");
void AddEntry(String entry, CustomLogEntryTypes entryType) void AddEntry(String entry, CustomLogEntryTypes entryType)
{ {
//if disabled, do nothing //if disabled, do nothing
@ -181,7 +181,7 @@ class CustomLogger
} }
} }
enum CustomLogEntryTypes public enum CustomLogEntryTypes
{ {
SocialActivity, SocialActivity,
SuspiciousActivity, SuspiciousActivity,