Open ewjmulder opened 6 years ago
https://github.com/ewjmulder/tinylog/blob/v1.3/tinylog/src/org/pmw/tinylog/Tokenizer.java new inner class MaxSizeToken that just cuts off first or last part that is too long new inner class FixedSizeToken that combines behavior of min-size and max-size
Logger.log method that has level as parameter. Use case: flag decides log level.
https://github.com/ewjmulder/tinylog/blob/v1.3/tinylog/src/org/pmw/tinylog/Tokenizer.java new inner class MaxSizeToken that just cuts off first or last part that is too long new inner class FixedSizeToken that combines behavior of min-size and max-size