API17:JLoggerSysLog
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JLoggerSysLog== | ||
| + | ===Description=== | ||
| + | {{Description:JLoggerSysLog}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JLoggerSysLog|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JLoggerSysLog|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JLoggerSysLog::__construct/11.1|__construct]] | |[[JLoggerSysLog::__construct/11.1|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JLoggerSysLog::__destruct/11.1|__destruct]] | |[[JLoggerSysLog::__destruct/11.1|__destruct]] | ||
|Destructor. | |Destructor. | ||
|- | |- | ||
| + | |public | ||
|[[JLoggerSysLog::addEntry/11.1|addEntry]] | |[[JLoggerSysLog::addEntry/11.1|addEntry]] | ||
|Method to add an entry to the log. | |Method to add an entry to the log. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/log/loggers/syslog.php | ||
| + | * '''Extends''' [[JLogger/11.1|JLogger]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.log.loggers.syslog' );</source> | <source lang="php">jimport( 'joomla.log.loggers.syslog' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JLoggerSysLog|Other versions of | + | * {{JVer|11.1}} '''JLoggerSysLog source code''' on [[jplatform:log/loggers/syslog.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Log/11.1|Log]] | ||
| + | * [[JLoggerSysLog|Other versions of JLoggerSysLog]] | ||
{{SeeAlso:JLoggerSysLog}} | {{SeeAlso:JLoggerSysLog}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JLoggerSysLog|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JLoggerSysLog|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 43: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLoggerSysLog
Description
Description:JLoggerSysLog [Edit Descripton]
Methods
| 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
jimport( 'joomla.log.loggers.syslog' );
See also
-
JLoggerSysLog source code on BitBucket
-
Subpackage Log
- Other versions of JLoggerSysLog
SeeAlso:JLoggerSysLog [Edit See Also]
User contributed notes
<CodeExamplesForm />
