cutStr

fun ByteArray.cutStr(maxSingleLogLength: Int): String(source)

Cutting the byte array as a string according to maxSingleLogLength.

Return

The string obtained by maxSingleLogLength.

Since

0.5.3