(logLevel int)
| 423 | } |
| 424 | |
| 425 | func (log *ZinxLoggerCore) SetLogLevel(logLevel int) { |
| 426 | log.isolationLevel = logLevel |
| 427 | } |
| 428 | |
| 429 | // Convert an integer to a fixed-length string, where the width of the string should be greater than 0 |
| 430 | // Ensure that the buffer has sufficient capacity |