Class LoggerLevel

Description

Encapsulate Level mechanics

Encapsulate Level mechanics

Located in Program_Root/log4php/LoggerLevel.php (line 71)


	
			
Method Summary
boolean isLevel (mixed $level)
integer toCode (string $str)
string toString (integer $level)
Methods
isLevel (line 126)

Validate a level

Validate a level

  • static:
boolean isLevel (mixed $level)
  • mixed $level: the string to validate
toCode (line 80)

Convert a string level to costant

Convert a string level to costant

  • return: mapped level
  • static:
integer toCode (string $str)
  • string $str: string level
toString (line 103)

Convert a constant level to string

Convert a constant level to string

  • return: mapped level
  • static:
string toString (integer $level)
  • integer $level

Documentation generated on Wed, 3 Sep 2003 01:02:35 +0200 by phpDocumentor 1.2.2