Neokernel API

Agent.error Method

Prints an error message tagged with this agent's identity to the error stream.

Overload List

Prints an error message tagged with this agent's identity to the error stream.

public void error(string)

Prints an error message tagged with this agent's identity followed by a stack trace of the passed Exception to the error stream.

public virtual void error(string,Exception)

See Also

Agent Class | com.neokernel.nk Namespace