Contents

init(size:data:)

Creates a logging argument structure from the pointer to the additional logging data.

Declaration

init(size: Int, data: UnsafeMutableRawPointer?)

Parameters

  • size:

    The size of the additional logging data.

  • data:

    A pointer to the additional logging data.