Package xyz.gmitch215.socketmc.spigot
Class ServerAuditLog
java.lang.Object
xyz.gmitch215.socketmc.log.AuditLog
xyz.gmitch215.socketmc.spigot.ServerAuditLog
Represents an audit log instance on the server.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerAuditLogRepresents the singleton instance of the server audit log.Fields inherited from class xyz.gmitch215.socketmc.log.AuditLog
CLIENT_RECEIVED_MESSAGE, FILE_DATE_FORMAT, folder, LOG_DATE_FORMAT - 
Method Summary
Methods inherited from class xyz.gmitch215.socketmc.log.AuditLog
clean, getCurrentFile, getFolder, log, log, logReceived, logReceived, logSent, logSent, readLog, readLog, readLog 
- 
Field Details
- 
INSTANCE
Represents the singleton instance of the server audit log. 
 -