Delegate LogEntryDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public delegate void LogEntryDelegate(EnumLogType logType, string message, params object[] args)
Parameters
logType
EnumLogTypemessage
stringargs
object[]
- Extension Methods