StyledBufferedLogger

Class-wrapper around strict logger. All strings are written down only after finalizing the wrapper. Usually you want to use alias for standart style BufferedLogger.

synchronized
class StyledBufferedLogger : StyledStrictLogger!(StyleEnum, US)(
StyleEnum
US...
) {}

Meta