warnOnce

fun <Error class: unknown class>.warnOnce(warning: String)

Utility to help log a warning message only once. It implements an ad hoc Fifo cache because there's none available in the standard libraries.