Open.Core.LogWriter.Write C# (CSharp) 메소드

Write() 공개 메소드

public Write ( object message, string backgroundColor ) : void
message object
backgroundColor string
리턴 void
        public void Write(object message, string backgroundColor)
        {
            if (!CanWrite) return;
            WriteInternal(message, null, backgroundColor, null);
        }