3 using System.Diagnostics;
5 namespace SiliconStudio.Core.Diagnostics
14 Debug.WriteLine(GetDefaultText(logMessage));
15 var exceptionMsg = GetExceptionText(logMessage);
16 if (!
string.IsNullOrEmpty(exceptionMsg))
18 Debug.WriteLine(exceptionMsg);
override void OnLog(ILogMessage logMessage)
Called when a log occurred.
A base class to implement a log listener
The base interface for log messages used by the logging infrastructure.
A LogListener implementation redirecting its output to a Debug.