Mono.Cecil.Inject.Logger.SetLogMask C# (CSharp) Method

SetLogMask() public static method

Sets the log mask on so that the log could write messages when it encounters this mask.
public static SetLogMask ( uint mask ) : void
mask uint The mask to set.
return void
        public static void SetLogMask(uint mask)
        {
            logMask |= mask;
        }