Class TBrowserLogRoute
Direct Known Sub-classes:
TBrowserLogRoute class.
TBrowserLogRoute prints selected log messages in the response.
| Method Summary |
|
protected
void
|
|
|
string
|
|
|
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
protected
void
|
|
|
void
|
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Method Details |
getColorLevel
| protected void getColorLevel |
(mixed $level ) |
| Input |
| mixed | $level | |
| Output |
| Exception |
|
getCssClass
| public string getCssClass |
() |
| Output |
|
string
| the css class of the control |
| Exception |
|
processLogs
| public void processLogs |
(mixed $logs ) |
| Input |
| mixed | $logs | |
| Output |
| Exception |
|
renderFooter
| protected void renderFooter |
() |
|
renderHeader
| protected void renderHeader |
() |
|
renderMessage
| protected void renderMessage |
(mixed $log , mixed $info ) |
| Input |
| mixed | $log | |
| mixed | $info | |
| Output |
| Exception |
|
setCssClass
| public void setCssClass |
(string $value ) |
| Input |
| string | $value | the css class of the control |
| Output |
| Exception |
|
|