Class LoggerManager

Description

Use the LoggerManager to get Logger instances.

Use the LoggerManager to get Logger instances.

Located in Program_Root/log4php/LoggerManager.php (line 75)


	
			
Method Summary
boolean exists (string $name)
Logger &getLogger (string $name)
object &getRootLogger ()
boolean resetConfiguration ()
void setRepositorySelector (mixed $selector, mixed $guard)
void shutdown ()
Methods
exists (line 84)

check if a given logger exists.

check if a given logger exists.

  • static:
boolean exists (string $name)
  • string $name: logger name
getCurrentLoggers (line 97)

Returns an array this whole Logger instances.

Returns an array this whole Logger instances.

array getCurrentLoggers ()
getLogger (line 123)

Returns the specified Logger.

Returns the specified Logger.

  • static:
Logger &getLogger (string $name)
  • string $name: logger name
getLoggerRepository (line 135)

Returns the LoggerHierarchy.

Returns the LoggerHierarchy.

  • static:
LoggerHierarchy &getLoggerRepository ()
getRootLogger (line 110)

Returns the root logger.

Returns the root logger.

object &getRootLogger ()
resetConfiguration (line 147)

Destroy loggers object tree.

Destroy loggers object tree.

  • static:
boolean resetConfiguration ()
setRepositorySelector (line 157)

Does nothing.

Does nothing.

  • static:
void setRepositorySelector (mixed $selector, mixed $guard)
shutdown (line 166)

Safely close all appenders.

Safely close all appenders.

  • static:
void shutdown ()

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