Layout
//add a FileAppender with my own formatting
props = { filePath='/logs', fileName='Test' };
config.appender(
name='Fileapp',
class="logbox.system.logging.appenders.FileAppender",
properties=props,
layout="model.logging.MyFileLayout"
);Was this helpful?