Sets and adapter-specific option.
Sets the default logger. If no logName is specified, then "LOG" is used. For any named logger other than "LOG", the logger must have been registered with registerLogger().
Sets the values for log fields. Omitted fields are set to default values.
Sets the logging level of the log instance to one of the Zend_Log::LEVEL_* constants. Only messages with this log level will be logged by the instance, all others will be ignored.
Sets the logging level of the log instance based on a mask. The mask is the bitwise OR of any of the Zend_Log::LEVEL_* constants.
Sets a message prefix. The prefix will be automatically prepended to any message that is sent to the specified log.
Sets a message suffix. The suffix will be automatically appended to any message that is sent to the specified log.
Sets an option specific to the implementation of the log adapter.
Sets an option specific to the implementation of the log adapter.
Sets an option specific to the implementation of the log adapter.
Sets either 'fieldMessage' to change the field name where messages are logged, or 'fieldLevel' to change the field name where the log levels are logged.