Class LoggerFormattingInfo

Description

This class encapsulates the information obtained when parsing formatting modifiers in conversion modifiers.

  • since: 0.3

Located in /log4php/helpers/LoggerFormattingInfo.php (line 29)


	
			
Variable Summary
mixed $max
mixed $min
mixed $padLeft
mixed $trimLeft
Variables
mixed $max = PHP_INT_MAX (line 41)

Maximum output length. If output is longer than this value, it will be trimmed.

  • access: public
mixed $min = 0 (line 35)

Minimal output length. If output is shorter than this value, it will be padded with spaces.

  • access: public
mixed $padLeft = true (line 47)

Whether to pad the string from the left. If set to false, the string will be padded from the right.

  • access: public
mixed $trimLeft = false (line 53)

Whether to trim the string from the left. If set to false, the string will be trimmed from the right.

  • access: public

Documentation generated on Tue, 12 Mar 2024 14:04:53 +0900 by phpDocumentor 1.4.4