Dev2.Diagnostics.DebugWriter.Write C# (CSharp) Method

Write() public method

public Write ( IDebugState debugState ) : void
debugState IDebugState
return void
        public void Write(IDebugState debugState)
        {
            if(debugState != null)
            {
                _write(debugState);
            }
        }

Same methods

DebugWriter::Write ( string serializeObject ) : void