Package arc.util

Interface Logger.LoggerHandler

All Known Implementing Classes:
Logger.DefaultLoggerHandler
Enclosing class:
Logger

public static interface Logger.LoggerHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Logger context, Log.LogLevel level, String text, Throwable th, Object... args)
    Text and topics colors must be parsed by this method.