Print a multi-line message with NLog
问题 Is it possible with NLog to emit a multi-line message such that each line is formatted according to the current layout? E.g. 2015-12-17 11:37:38.0845 | 64 | INFO | ----------------------------------- 2015-12-17 11:37:38.0845 | 64 | INFO | Statistics: 2015-12-17 11:37:38.0845 | 64 | INFO | Crawling Requests 46887 /min 2015-12-17 11:37:38.0845 | 64 | INFO | Stored Documents 9910 /min 2015-12-17 11:37:38.0845 | 64 | INFO | ----------------------------------- Alternatively, is it possible with