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 121)


	
			
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 130)

check if a given logger exists.

check if a given logger exists.

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

Returns an array this whole Logger instances.

Returns an array this whole Logger instances.

array getCurrentLoggers ()
getLogger (line 169)

Returns the specified Logger.

Returns the specified Logger.

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

Returns the LoggerHierarchy.

Returns the LoggerHierarchy.

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

Returns the root logger.

Returns the root logger.

object &getRootLogger ()
resetConfiguration (line 193)

Destroy loggers object tree.

Destroy loggers object tree.

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

Does nothing.

Does nothing.

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

Safely close all appenders.

Safely close all appenders.

  • static:
void shutdown ()

Documentation generated on Wed, 10 Sep 2003 22:44:43 +0200 by phpDocumentor 1.2.2