At.FF.Krems.Utils.Logging.ProcessStateLogging.LogProcessStartComm C# (CSharp) Method

LogProcessStartComm() public method

Log process start communication.
public LogProcessStartComm ( ) : void
return void
        public void LogProcessStartComm()
        {
            Logger.NoticeFormat("Process {0} (Version: {1})(OSVersion: {2}) starting communication...", AppDomain.CurrentDomain.FriendlyName, ReflectionExtensions.GetEntryAssembly().GetName().Version, Environment.OSVersion);
        }