Overview

Packages

  • log4php
    • appenders
    • configurators
    • filters
    • helpers
    • layouts
    • pattern
    • renderers

Classes

  • LoggerFormattingInfo
  • LoggerOptionConverter
  • LoggerPatternConverter
  • LoggerPatternParser
  • LoggerUtils
  • Overview
  • Package
  • Class
  • Tree

Class LoggerFormattingInfo

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

Package: log4php\helpers
Since: 0.3
Located at helpers/LoggerFormattingInfo.php
Properties summary
public integer $min 0
#

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

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

public integer $max PHP_INT_MAX
#

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

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

public boolean $padLeft true
#

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

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

public boolean $trimLeft false
#

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

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

Apache log4php API documentation generated by ApiGen 2.8.0