### configure the root logger .level = FINE .handlers = ConsoleHandler,UdpHandler,FileHandler .ConsoleHandler.colors = off .ConsoleHandler.filter = 14 .UdpHandler.hostname=239.255.255.100 .FileHandler.filename = platinum.log ### configure the platinum logger #platinum.level = FINE #platinum.handlers = FileHandler #platinum.FileHandler.filename = platinum.log #platinum.FileHandler.filter = 28