// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // // // The log message type. // // -------------------------------------------------------------------------------------------------------------------- namespace HandBrake.ApplicationServices.Services.Logging.Model { /// /// The log message type. /// public enum LogMessageType { ScanOrEncode, API, Progress, Application, } }