Searched refs:LOGGING_MSG_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
125 const LOGGING_MSG_MAX_LEN: usize = 4000; constant279 buffer: [u8; LOGGING_MSG_MAX_LEN + 1],383 let last_newline = self.buffer[len..LOGGING_MSG_MAX_LEN] in write_str()402 let written_len = if new_len <= LOGGING_MSG_MAX_LEN { in write_str()408 self.len = LOGGING_MSG_MAX_LEN; in write_str()411 LOGGING_MSG_MAX_LEN - len // written len in write_str()