Hi Janus
The logging we have is based on "logging application block" of MS Enterprice Library.
The logging class is taken from the configuration ~/App_Data/Composite/Composite.config (look for "loggingConfiguration" section), you can create your own log trace listener, by inheriting from Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.CustomTraceListener, and referencing it in the configuration file.
You can look at Composite.Plugins.Logging.LogTraceListeners.FileLogTraceListener.FileLogTraceListener as an example.
The logging we have is based on "logging application block" of MS Enterprice Library.
The logging class is taken from the configuration ~/App_Data/Composite/Composite.config (look for "loggingConfiguration" section), you can create your own log trace listener, by inheriting from Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.CustomTraceListener, and referencing it in the configuration file.
You can look at Composite.Plugins.Logging.LogTraceListeners.FileLogTraceListener.FileLogTraceListener as an example.