// Copyright Epic Games, Inc. All Rights Reserved. // This file is automatically generated. Changes to this file may be overwritten. namespace Epic.OnlineServices.Logging { /// /// Function prototype definition for functions that receive log messages. /// /// /// A containing the log category, log level, and message. public delegate void LogMessageFunc(ref LogMessage message); [System.Runtime.InteropServices.UnmanagedFunctionPointer(Config.LibraryCallingConvention)] internal delegate void LogMessageFuncInternal(ref LogMessageInternal message); }