Client |
public class ClientLog : ILog
The ClientLog type exposes the following members.
| Name | Description | |
|---|---|---|
| UserScript | Returns log class used by scripting to write messages to the Axiom client and service log. | |
| UserScriptLegacy | Obsolete. Provides backwards compatibility for legacy logging to allow previous client messaging to function. |
| Name | Description | |
|---|---|---|
| Error(String) | Log an error message. | |
| Error(String, Exception) | Log an error message. | |
| Info | Log an info message. | |
| SetShouldSuppressClientMessage | ||
| Warn(String) | Log a warning message. | |
| Warn(String, Exception) | Log a warning message. |
ClientLog.UserScript.Info("Hello World");