Skip to content

MonoDetourLogger.LogChannel Enum

Log channel for the messages.

C#
[Flags]
public enum MonoDetourLogger.LogChannel

No channels (or an empty channel).

C#
None = 0

Full IL dumps of manipulated methods.

C#
IL = 4

Channel for warnings.

C#
Warning = 8

Channel for errors.

C#
Error = 16