FileDocCategorySizeDatePackage
FileLoggingAdapter.javaAPI DocAzureus 3.0.3.41469Mon Feb 27 22:52:32 GMT 2006org.gudy.azureus2.core3.logging.impl

FileLoggingAdapter

public class FileLoggingAdapter extends Object
Listeners for FileLogging
author
TuxPaper
created
Feb 28, 2006

Fields Summary
Constructors Summary
Methods Summary
public booleanlogToFile(org.gudy.azureus2.core3.logging.LogEvent event, java.lang.StringBuffer lineOut)
Called when we are about to log an event to file.

param
event Event being logged to file
param
lineOut line to be written to file (modifyable)
return
true-ok to log to file; false-skip logging to file

		return true;