toNative static method
Implementation
static LogMessageNative toNative(LogMessage obj) {
return _LogMessageNativeInit(
to_native.toNativeAbsTimestamp(obj.time),
LogMessageLogLevelImpl.toInt(obj.level),
to_native.toNativeString(obj.scope),
to_native.toNativeString(obj.message),
to_native.toNativeString(obj.verboseInfo));
}