module hibis.callback;
import hibis.logging.types;
alias LoggerCallback = void function(LoggingSeverity severity, string message);