Formatted NodeLogger

Hi Team,

Is there a formatted NodeLogger that I can use something like,
NodeLogger logger = NodeLogger.getLogger();
logger.info(“Could not open %s”, filename);

Thanks
Ravikiran

logger.infoWithFormat("%s, %s, and %s", a, b, c);

– Philipp

2 Likes

Ok thanks…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.