LoggerAppender | --LoggerAppenderFile
Located in File: Program_Root/appender/LoggerAppenderFile.php
$Revision: 1.5 $Marco Vassura| Class Variable Summary |
$fileAppend
Default Value:
|
$fileName
Default Value:
|
$fp
Default Value:
|
$requiresLayout
Default Value:
|
| Inherited Class Variable Summary | |||||||||||||||||||||||||||
Inherited From Class LoggerAppender
|
| Method Summary |
void constructor LoggerAppenderFile ( $name )
|
void activateOptions ( )
If the value of File is not null, then setFile(java.lang.String) is called with the values of File and Append properties. |
void close ( )
|
void closeFile ( )
Closes the previously opened file. |
void doAppend ( $event )
|
void getAppend ( )
Returns the value of the Append option. |
void getFile ( )
Returns the value of the File option. |
void reset ( )
Close any previously opened file and call the parent's reset. |
void setAppend ( $flag )
The Append option takes a boolean value. |
void setFile ( )
The File property takes a string value which should be the name of the file to append to. |
| Inherited Method Summary | ||||||||||||||||||||||||||||||||
Inherited From Class LoggerAppender
|
| Method Detail |
void LoggerAppenderFile( mixed $name)
[ Top ]
void activateOptions( )
If the value of File is not null, then setFile(java.lang.String) is called with the values of File and Append properties.[ Top ]
void close( )
Overrides LoggerAppender::close() (Release any resources allocated.)
[ Top ]
void closeFile( )
Closes the previously opened file.[ Top ]
void doAppend( mixed $event)
Overridden in child classes as:
Overrides LoggerAppender::doAppend() (Log in Appender specific way.)
[ Top ]
void getAppend( )
Returns the value of the Append option.[ Top ]
void getFile( )
Returns the value of the File option.[ Top ]
void reset( )
Close any previously opened file and call the parent's reset.[ Top ]
void setAppend( mixed $flag)
The Append option takes a boolean value.[ Top ]
void setFile( )
The File property takes a string value which should be the name of the file to append to.Sets and opens the file where the log output will go.
[ Top ]
| Variable Detail |
[ Top ]
[ Top ]
[ Top ]
[ Top ]