Click or drag to resize

ModLogger Property

Get the log receiver for umod. All loaded mods will log to this receiver.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IModDebugReceiver Logger { get; }

Property Value

Type: IModDebugReceiver
See Also