API17

Difference between revisions of "JLoggerSysLog"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎User contributed notes: bad link repair)
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JLoggerSysLog]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JLoggerSysLog]]</noinclude>

Revision as of 13:57, 29 August 2012

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLoggerSysLog[edit]

Description[edit]

Template:Description:JLoggerSysLog [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public __destruct Destructor.
public addEntry Method to add an entry to the log.
  • Defined in libraries/joomla/log/loggers/syslog.php
  • Extends JLogger

Importing[edit]

jimport( 'joomla.log.loggers.syslog' );

See also[edit]

Template:SeeAlso:JLoggerSysLog [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />