docu_system/packages/SYSTEM-LOG.html
Ulf Gebhardt 50de610cf6
generated new version
missing changes

more

more

more
2024-11-21 02:49:15 +01:00

333 lines
16 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title> &raquo; \SYSTEM\LOG
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<base href="../">
<link href="css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/jquery-ui-1.8.2.custom.min.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/bootstrap.js" type="text/javascript"></script>
<script src="js/template.js" type="text/javascript"></script>
<script src="js/prettify/prettify.min.js" type="text/javascript"></script>
<link rel="shortcut icon" href="img/favicon.ico"/>
<link rel="apple-touch-icon" href="img/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> </a>
<a class="brand" href="index.html">SYSTEM - PHP Framework</a>
<div class="nav-collapse">
<ul class="nav">
<li class="dropdown">
<a href="#api" class="dropdown-toggle" data-toggle="dropdown">
API Documentation <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a>Namespaces</a></li>
<li><a href="\LIB">LIB</a></li>
<li><a href="\GIT">GIT</a></li>
<li><a href="\vakata">vakata</a></li>
<li><a href="\Michelf">Michelf</a></li>
<li><a href="\MatthiasMullie">MatthiasMullie</a></li>
<li><a href="\PHPDocMD">PHPDocMD</a></li>
<li><a href="\ScssPhp">ScssPhp</a></li>
<li><a href="\SYSTEM">SYSTEM</a></li>
</ul>
</li>
<li class="dropdown" id="charts-menu">
<a href="#charts" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="graph_class.html">
<i class="icon-list-alt"></i>&#160;Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#reports" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="errors.html">
<i class="icon-list-alt"></i>&#160;Errors
</a>
</li>
<li>
<a href="markers.html">
<i class="icon-list-alt"></i>&#160;Markers
</a>
</li>
<li>
<a href="deprecated.html">
<i class="icon-list-alt"></i>&#160;Deprecated
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="go_to_top">
<a href="#___" style="color: inherit">Back to top&#160;&#160;<i class="icon-upload icon-white"></i></a>
</div>
</div>
<div id="___" class="container">
<noscript>
<div class="alert alert-warning">
Javascript is disabled; several features are only available if Javascript is enabled.
</div>
</noscript>
<div class="row">
<div class="span4">
<div class="btn-group view pull-right" data-toggle="buttons-radio">
<button class="btn details" title="Show descriptions and method names">
<i class="icon-list"></i></button><button class="btn simple" title="Show only method names">
<i class="icon-align-justify"></i>
</button>
</div>
<ul class="side-nav nav nav-list">
<li class="nav-header">
<i class="icon-map-marker"></i> Packages
</li>
<a href="\SYSTEM\LOG" title="LOG">
<i class="icon-th"></i> LOG
</a>
<ul class="nav nav-list nav-packages">
</ul>
</ul>
</div>
<div class="span8 package-contents">
<ul class="breadcrumb">
<li><a href="index.html"><i class="icon-th"></i></a></li>
<li>
<span class="divider">\</span><a href="\SYSTEM">SYSTEM</a>
</li>
<li>
<span class="divider">\</span><a href="\SYSTEM\LOG">LOG</a>
</li>
</ul>
<div class="package-indent">
<h3><i class="icon-custom icon-class"></i> Classes, interfaces and traits</h3>
<div id="error_handler" class="element ajax clickable interface">
<h1>error_handler<a href="\SYSTEM\LOG\error_handler"></a></h1>
<p class="short_description">Error handler Interface provided by System to derive your own loghandlers from.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\error_handler" class="more">« More »</a>
</div>
<div id="COUNTER" class="element ajax clickable class">
<h1>COUNTER<a href="\SYSTEM\LOG\COUNTER"></a></h1>
<p class="short_description">Counter Log Class provided by System to count calls to the Site.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\COUNTER" class="more">« More »</a>
</div>
<div id="CRON" class="element ajax clickable class">
<h1>CRON<a href="\SYSTEM\LOG\CRON"></a></h1>
<p class="short_description">Cron Log Class provided by System for Cron Messages.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\CRON" class="more">« More »</a>
</div>
<div id="DEPRECATED" class="element ajax clickable class">
<h1>DEPRECATED<a href="\SYSTEM\LOG\DEPRECATED"></a></h1>
<p class="short_description">Deprecated Log Class provided by System for marking code as Deprecated.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\DEPRECATED" class="more">« More »</a>
</div>
<div id="DEPRECATED" class="element ajax clickable class">
<h1>DEPRECATED<a href="\DEPRECATED"></a></h1>
<p class="short_description">Deprecated Log Class provided by System for marking code as Deprecated.</p>
<div class="details collapse"></div>
<a href="\DEPRECATED" class="more">« More »</a>
</div>
<div id="ERROR" class="element ajax clickable class">
<h1>ERROR<a href="\SYSTEM\LOG\ERROR"></a></h1>
<p class="short_description">Error Log Class provided by System for all kinds of Errors.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\ERROR" class="more">« More »</a>
</div>
<div id="ERROR" class="element ajax clickable class">
<h1>ERROR<a href="\ERROR"></a></h1>
<p class="short_description">Error Log Class provided by System for all kinds of Errors.</p>
<div class="details collapse"></div>
<a href="\ERROR" class="more">« More »</a>
</div>
<div id="ERROR_EXCEPTION" class="element ajax clickable class">
<h1>ERROR_EXCEPTION<a href="\SYSTEM\LOG\ERROR_EXCEPTION"></a></h1>
<p class="short_description">Error Exception Log Class provided by System for Errors Exceptions.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\ERROR_EXCEPTION" class="more">« More »</a>
</div>
<div id="error_handler_dbwriter" class="element ajax clickable class">
<h1>error_handler_dbwriter<a href="\SYSTEM\LOG\error_handler_dbwriter"></a></h1>
<p class="short_description">Error handler Class provided by System to log to the database.</p>
<div class="details collapse">Register this before every other handler, cuz this will need to handle every single error.</div>
<a href="\SYSTEM\LOG\error_handler_dbwriter" class="more">« More »</a>
</div>
<div id="error_handler_jsonoutput" class="element ajax clickable class">
<h1>error_handler_jsonoutput<a href="\SYSTEM\LOG\error_handler_jsonoutput"></a></h1>
<p class="short_description">Error handler Class provided by System to return the Error as JSON.</p>
<div class="details collapse">Register this Handler as last one</div>
<a href="\SYSTEM\LOG\error_handler_jsonoutput" class="more">« More »</a>
</div>
<div id="INFO" class="element ajax clickable class">
<h1>INFO<a href="\SYSTEM\LOG\INFO"></a></h1>
<p class="short_description">Info Log Class provided by System for logging Infos.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\INFO" class="more">« More »</a>
</div>
<div id="INFO" class="element ajax clickable class">
<h1>INFO<a href="\INFO"></a></h1>
<p class="short_description">Info Log Class provided by System for logging Infos.</p>
<div class="details collapse"></div>
<a href="\INFO" class="more">« More »</a>
</div>
<div id="JsonResult" class="element ajax clickable class">
<h1>JsonResult<a href="\SYSTEM\LOG\JsonResult"></a></h1>
<p class="short_description">JsonResult Class provided by System to return Data as JSON or MSGPACK.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\JsonResult" class="more">« More »</a>
</div>
<div id="JsonResult" class="element ajax clickable class">
<h1>JsonResult<a href="\JsonResult"></a></h1>
<p class="short_description">JsonResult Class provided by System to return Data as JSON or MSGPACK.</p>
<div class="details collapse"></div>
<a href="\JsonResult" class="more">« More »</a>
</div>
<div id="log" class="element ajax clickable class">
<h1>log<a href="\SYSTEM\LOG\log"></a></h1>
<p class="short_description">Log Class provided by System to manage log handlers.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\log" class="more">« More »</a>
</div>
<div id="SHUTDOWN_EXCEPTION" class="element ajax clickable class">
<h1>SHUTDOWN_EXCEPTION<a href="\SYSTEM\LOG\SHUTDOWN_EXCEPTION"></a></h1>
<p class="short_description">Shutdown Exception Class provided by System for logging Shutdown Exceptions.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\SHUTDOWN_EXCEPTION" class="more">« More »</a>
</div>
<div id="SYSTEM_ERROR_EXCEPTION" class="element ajax clickable class">
<h1>SYSTEM_ERROR_EXCEPTION<a href="\SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION"></a></h1>
<p class="short_description">System Exception Class provided by System for logging all kinds of System Exceptions.</p>
<div class="details collapse">All other error exception Classes are derived from this.</div>
<a href="\SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION" class="more">« More »</a>
</div>
<div id="SYSTEM_EXCEPTION" class="element ajax clickable class">
<h1>SYSTEM_EXCEPTION<a href="\SYSTEM\LOG\SYSTEM_EXCEPTION"></a></h1>
<p class="short_description">System Exception Class provided by System for logging all kinds of System Exceptions.</p>
<div class="details collapse">All other log Classes are derived from this.</div>
<a href="\SYSTEM\LOG\SYSTEM_EXCEPTION" class="more">« More »</a>
</div>
<div id="TODO" class="element ajax clickable class">
<h1>TODO<a href="\SYSTEM\LOG\TODO"></a></h1>
<p class="short_description">Todo Class provided by System for logging todos.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\TODO" class="more">« More »</a>
</div>
<div id="TODO" class="element ajax clickable class">
<h1>TODO<a href="\TODO"></a></h1>
<p class="short_description">Todo Class provided by System for logging todos.</p>
<div class="details collapse"></div>
<a href="\TODO" class="more">« More »</a>
</div>
<div id="TranslatableError" class="element ajax clickable class">
<h1>TranslatableError<a href="\SYSTEM\LOG\TranslatableError"></a></h1>
<p class="short_description">Translateable Error Class provided by System for serving Multilanguage Errors from Database.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\TranslatableError" class="more">« More »</a>
</div>
<div id="WARNING" class="element ajax clickable class">
<h1>WARNING<a href="\SYSTEM\LOG\WARNING"></a></h1>
<p class="short_description">Warning Class provided by System for logging Warnings.</p>
<div class="details collapse"></div>
<a href="\SYSTEM\LOG\WARNING" class="more">« More »</a>
</div>
<div id="WARNING" class="element ajax clickable class">
<h1>WARNING<a href="\WARNING"></a></h1>
<p class="short_description">Warning Class provided by System for logging Warnings.</p>
<div class="details collapse"></div>
<a href="\WARNING" class="more">« More »</a>
</div>
</div>
</div>
</div>
</div>
<footer class="span12">
Template is built using <a href="https://getbootstrap.com/">Twitter Bootstrap 2</a> and icons provided by
<a href="https://glyphicons.com/">Glyphicons</a>.<br/>
Documentation is powered by <a href="https://www.phpdoc.org/">phpDocumentor </a> and<br/>
generated on Thu, 21 Nov 2024 01:33:22 +0000.<br/>
</footer>
</body>
</html>