private void createLogger(LogManager logManager, LogDaemon logDaemon) {
if( debug>0)
log( "Constructing logger " + name + " " + path + " " + ctx );
ql=new QueueLogger();
ql.setLogDaemon( logDaemon );
if( ! timestamps )
ql.setTimestamp( "false" );
if( tsFormat!=null )
ql.setTimestampFormat( tsFormat );