Searched refs:TAG_MIN_WIDTH (Results 1 – 1 of 1) sorted by relevance
61 TAG_MIN_WIDTH = 24 variable in LoggingClientInterceptor68 if tagLength < self.TAG_MIN_WIDTH:69 self.inLogTag += " " * (self.TAG_MIN_WIDTH - tagLength)70 self.outLogTag += " " * (self.TAG_MIN_WIDTH - tagLength)