CK.Core.ActivityMonitorTextHelperClient.OnContinueOnSameLevel C# (CSharp) Method

OnContinueOnSameLevel() protected abstract method

Called for text with the same LogLevel as the previous ones.
protected abstract OnContinueOnSameLevel ( ActivityMonitorLogData data ) : void
data ActivityMonitorLogData Log data.
return void
        protected abstract void OnContinueOnSameLevel( ActivityMonitorLogData data );