UnityOutput¶
Provides an implementation of ILogOutput that writes log messages to the Unity Debug Console.
Fields:¶
Boolean AcceptColor¶
- Gets a value indicating whether this log output accepts color codes. This property returns
true
when running in the Unity Editor andfalse
otherwise.
Methods:¶
Void Write(Loglevels, String)¶
- Writes a log message to the Unity Debug Console based on the specified log level.