BitMiracle.LibJpeg.Classic.jpeg_common_struct.TRACEMS C# (CSharp) Method

TRACEMS() public method

Shows informational and debugging messages.
public TRACEMS ( int lvl, J_MESSAGE_CODE code ) : void
lvl int See for description.
code J_MESSAGE_CODE The message code.
return void
        public void TRACEMS(int lvl, J_MESSAGE_CODE code)
        {
            TRACEMS(lvl, (int)code);
        }

Same methods

jpeg_common_struct::TRACEMS ( int lvl, int code ) : void