Log::factory()

Log::factory() --  Return a concrete Log instance of log_type.

Synopsis

object Log::factory (string log_type [, string log_name [, string ident [, array conf]]])

Description

Return a concrete Log instance of log_type.

Return value

object - the newly created concrete Log instance, or an FALSE on an error.

Note

This function can be called statically.