CK.Monitoring.Impl.LEMCLog.CreateUnicastLogEntry C# (CSharp) Method

CreateUnicastLogEntry() public method

public CreateUnicastLogEntry ( ) : ILogEntry
return ILogEntry
        public ILogEntry CreateUnicastLogEntry()
        {
            return new LELog( this );
        }
    }