Plurimath

`log` (binary)

Log

AsciiMath

log_(x)^(y)

LaTeX

\log_{x}^{y}

MathML

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mstyle displaystyle="true">
    <msubsup>
      <mi>log</mi>
      <mi>x</mi>
      <mi>y</mi>
    </msubsup>
  </mstyle>
</math>

OMML

<m:oMathPara>
  <m:oMath>
    <m:sSubSup>
      <m:sSubSupPr>
        <m:ctrlPr>
          <w:rPr>
            <w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
            <w:i/>
          </w:rPr>
        </m:ctrlPr>
      </m:sSubSupPr>
      <m:e>
        <m:r>
          <m:rPr>
            <m:sty m:val="p"/>
          </m:rPr>
          <m:t>log</m:t>
        </m:r>
      </m:e>
      <m:sub>
        <m:r>
          <m:t>x</m:t>
        </m:r>
      </m:sub>
      <m:sup>
        <m:r>
          <m:t>y</m:t>
        </m:r>
      </m:sup>
    </m:sSubSup>
  </m:oMath>
</m:oMathPara>

UnicodeMath

log(x)