@@ -61,16 +61,6 @@ namespace WPEFramework
61
61
PLAYER_REASON_CODE_NEW_SRC_DEV_CONNECT_REQ = 208 /* @text NEW_SRC_DEV_CONNECT_REQ */ ,
62
62
};
63
63
64
- enum LogLevel : uint8_t
65
- {
66
- LOG_LEVEL_FATAL = 0 /* @text FATAL */ ,
67
- LOG_LEVEL_ERROR = 1 /* @text ERROR */ ,
68
- LOG_LEVEL_WARNING = 2 /* @text WARNING */ ,
69
- LOG_LEVEL_INFO = 3 /* @text INFO */ ,
70
- LOG_LEVEL_VERBOSE = 4 /* @text VERBOSE */ ,
71
- LOG_LEVEL_TRACE = 5 /* @text TRACE */
72
- };
73
-
74
64
struct EXTERNAL DeviceParameters
75
65
{
76
66
string sourceDeviceIP /* @text source_dev_ip */ /* @brief IP Address of Source Device */ ;
@@ -79,12 +69,6 @@ namespace WPEFramework
79
69
string sinkDeviceIP /* @text sink_dev_ip */ /* @brief IP Address of Sink Device */ ;
80
70
};
81
71
82
- struct EXTERNAL SeparateLogger
83
- {
84
- string logfileName /* @text logfilename */ /* @brief Name of the logFile */ ;
85
- string logStatus /* @text status */ /* @brief Whether ENABLE or DISABLE the separate logging */ ;
86
- };
87
-
88
72
struct EXTERNAL Result
89
73
{
90
74
string message /* @text message */ /* @brief reason for success or failure */ ;
@@ -159,13 +143,6 @@ namespace WPEFramework
159
143
// @param success: Is the operation successful or not
160
144
virtual Core::hresult UpdatePlayerState (const string &clientMac /* @in @text mac */ , const PlayerState &playerState /* @in @text state */ , const int &reasonCode /* @in @text reason_code */ , Result &returnPayload /* @out */ ) = 0;
161
145
162
- // @brief Enable or Disable or Reduce the Logging level for Miracast
163
- // @text setLogging
164
- // @param logLevel: The logging level to be set (e.g., "DEBUG", "INFO", "WARN", "ERROR")
165
- // @param separateLogger: Contains the separate logger properties
166
- // @param success: Is the operation successful or not
167
- virtual Core::hresult SetLogging (const LogLevel &logLevel /* @in @text level */ , const SeparateLogger &separateLogger /* @in @text separate_logger */ , Result &returnPayload /* @out */ ) = 0;
168
-
169
146
// @brief Sets the status of the MiracastService backend discovery
170
147
// @text setP2PBackendDiscovery
171
148
// @param enabled: Is the MiracastService backend discovery enabled or not
0 commit comments