LoggerOf.close

Closes the log channel and waits for all listeners to finish pending work before returning.

Once the logger is closed, it cannot be used again.

You should close any logger you attached listeners to before returning from main().

class LoggerOf(T, size_t bufferSize = 16)
shared
void
close
()

Meta