setLoggers

open fun setLoggers(@NonNull loggers: Collection<out PdfLog.Logger>)
open fun setLoggers(@NonNull loggers: Array<PdfLog.Logger>)

Sets loggers that will be notified of all logs emitted by PdfLog. This method replaces all previously registered loggers.