Open.Core.Log.WriteIcon C# (CSharp) Method

WriteIcon() private method

private WriteIcon ( object message, Icons icon ) : void
message object
icon Icons
return void
        public extern static void WriteIcon(object message, Icons icon);

Same methods

Log::WriteIcon ( object message, Icons icon, string backgroundColor ) : void