Class AgentLogger
A static logger extension to help filter out what logs to show or hide.
Inherited Members
Namespace: TinnyStudios.AIUtility
Assembly: UtilityAIFramework.dll
Syntax
public static class AgentLogger
Methods
Log(Agent, String, String, EAgentLogType)
Declaration
public static void Log(this Agent agent, string title, string message, EAgentLogType logType)
Parameters
Type | Name | Description |
---|---|---|
Agent | agent | |
String | title | |
String | message | |
EAgentLogType | logType |