Neokernel API

Agent.warning Method

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

Overload List

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

public virtual void warning(string)

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

public virtual void warning(string,Exception)

See Also

Agent Class | com.neokernel.nk Namespace