| java.io.FileWriter org.cougaar.logistics.plugin.inventory.LogisticsInventoryLogger
LogisticsInventoryLogger | public class LogisticsInventoryLogger extends FileWriter (Code) | |
The LogisticsInventoryLogger is a specialized logger seperate from
the infrastructure logging facility that logs to files the special
csv files for Inventory testing.
There is a one to one correspondance between these and the inventories
managed by an inventory plugin. Most of the logging is invoked by
the LogisticsInventoryBG. The LogisticsInventoryWriter nows how to
write to one of these streams.
See Also: LogisticsInventoryBG |
|
|