LoggerAppender | --LoggerAppenderConsole
Located in File: Program_Root/appender/LoggerAppenderConsole.php
The default target is Stdout.
$Revision: 1.3 $Marco Vassura| Class Variable Summary |
$fp
Default Value:
|
$requiresLayout
Default Value:
|
$STDERR
Default Value:
|
$STDOUT
Default Value:
|
$target
Default Value:
|
| Inherited Class Variable Summary | |||||||||||||||||||||||||||
Inherited From Class LoggerAppender
|
| Method Summary |
void constructor LoggerAppenderConsole ( $name )
|
void activateOptions ( )
|
void close ( )
|
void doAppend ( $event )
|
void getTarget ( )
Returns the current value of the Target property. |
void setTarget ( $value )
Sets the value of the Target option. |
void targetWarn ( $val )
|
| Inherited Method Summary | ||||||||||||||||||||||||||||||||
Inherited From Class LoggerAppender
|
| Method Detail |
void LoggerAppenderConsole( mixed $name)
[ Top ]
void activateOptions( )
[ Top ]
void close( )
Overrides LoggerAppender::close() (Release any resources allocated.)
[ Top ]
void doAppend( mixed $event)
Overrides LoggerAppender::doAppend() (Log in Appender specific way.)
[ Top ]
void getTarget( )
Returns the current value of the Target property.See also #setTarget.
[ Top ]
void setTarget( mixed $value)
Sets the value of the Target option.[ Top ]
void targetWarn( mixed $val)
[ Top ]
| Variable Detail |
[ Top ]
[ Top ]
[ Top ]
[ Top ]
[ Top ]