class
HytaleLogger
Hytale logging system. Get with HytaleLogger.forEnclosingClass(). Use atInfo(), atWarn(), atError() then .log(message).
Methods
LogBuilder atError()
Start error-level log. Chain with .log(message).
LogBuilder atInfo()
Start info-level log. Chain with .log(message).
LogBuilder atWarn()
Start warning-level log. Chain with .log(message).
HytaleLogger forEnclosingClass()
static Get logger for the current class. Use as static field.