Open.Core.LogWriter.Write C# (CSharp) Méthode

Write() public méthode

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