Skip to content

Node<TNode>.AddInfo Method

Overloads

Name Description
AddInfo(String) Adds a Message with Level Info and the specified text to this node.
AddInfo(String, String) Adds a Message with Level Info and the specified text to this node.

AddInfo(String)

Adds a Message with Level Info and the specified text to this node.

public void AddInfo(string text);

View source

Parameters

Name Type Description
text String The Text of the message.

AddInfo(String, String)

Adds a Message with Level Info and the specified text to this node.

public void AddInfo(string code, string text);

View source

Parameters

Name Type Description
code String The Code for the message.
text String The Text of the message.