forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@ -19,6 +19,7 @@ import java.io.Writer;
|
|||||||
* File-based log writer thread that pulls log records from the LogManager,
|
* File-based log writer thread that pulls log records from the LogManager,
|
||||||
* writes them to the current logfile, and rotates the logs as necessary.
|
* writes them to the current logfile, and rotates the logs as necessary.
|
||||||
*
|
*
|
||||||
|
* @since 0.9.26 moved from LogWriter
|
||||||
*/
|
*/
|
||||||
class FileLogWriter extends LogWriter {
|
class FileLogWriter extends LogWriter {
|
||||||
// volatile as it changes on log file rotation
|
// volatile as it changes on log file rotation
|
||||||
|
@ -16,7 +16,7 @@ import java.util.Queue;
|
|||||||
* the log. This also periodically instructs the LogManager to reread its config
|
* the log. This also periodically instructs the LogManager to reread its config
|
||||||
* file.
|
* file.
|
||||||
*
|
*
|
||||||
* @since 0.9.19 pulled from FileLogWriter so Android may extend
|
* @since 0.9.19 pulled from FileLogWriter so Android may extend; renamed from LogWriterBase in 0.9.26
|
||||||
*/
|
*/
|
||||||
abstract class LogWriter implements Runnable {
|
abstract class LogWriter implements Runnable {
|
||||||
/** every 10 seconds? why? Just have the gui force a reread after a change?? */
|
/** every 10 seconds? why? Just have the gui force a reread after a change?? */
|
||||||
|
Reference in New Issue
Block a user