CK.Monitoring.Impl.LEMCOpenGroup.WriteLogEntry C# (CSharp) Method

WriteLogEntry() public method

public WriteLogEntry ( CKBinaryWriter w ) : void
w CK.Core.CKBinaryWriter
return void
        public override void WriteLogEntry( CKBinaryWriter w )
        {
            LogEntry.WriteLog( w, _monitorId, _previousEntryType, _previousLogTime, _depth, true, LogLevel, LogTime, Text, Tags, Exception, FileName, LineNumber );
        }