Home
last modified time | relevance | path

Searched refs:LogLevel_Error (Results 1 – 25 of 49) sorted by relevance

12

/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/unix/
H A DMutexImpl.cpp54 Log::Write(LogLevel_Error, "MutexImpl::MutexImpl error %d (%d)\n", errno, err ); in MutexImpl()
68 Log::Write(LogLevel_Error, "MutexImpl:~MutexImpl: - Destroying a Locked Mutex: %d", m_lockCount); in ~MutexImpl()
83 Log::Write(LogLevel_Error, "MutexImpl:Lock - Lock is Negative: %d", m_lockCount); in Lock()
96 Log::Write(LogLevel_Error, "MutexImpl::Lock failed with error: %d (%d)", errno, err); in Lock()
121 …Log::Write(LogLevel_Error, "MutexImpl:Unlock - Lock is Negative - MisMatched Lock/Release Pair: %d… in Unlock()
133 Log::Write(LogLevel_Error, "MutexImpl::UnLock failed with error: %d (%d)\n", errno, err); in Unlock()
H A DSerialControllerImpl.cpp202 …Log::Write( LogLevel_Error, "ERROR: Cannot open serial port %s. Error code %d", device.c_str(), er… in Init()
208 …Log::Write( LogLevel_Error, "ERROR: Cannot get exclusive lock for serial port %s. Error code %d", … in Init()
231 Log::Write( LogLevel_Error, "ERROR: Parity not supported" ); in Init()
242 Log::Write( LogLevel_Error, "ERROR: Stopbits not supported" ); in Init()
291 Log::Write( LogLevel_Error, "Baud rate not supported" ); in Init()
297 Log::Write( LogLevel_Error, "ERROR: Failed to set serial port parameters" ); in Init()
308 Log::Write( LogLevel_Error, "ERROR: Failed to open serial port %s", device.c_str() ); in Init()
372 Log::Write( LogLevel_Error, "ERROR: Serial port must be opened before writing" ); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/unix/
H A DMutexImpl.cpp57 Log::Write(LogLevel_Error, "MutexImpl::MutexImpl error %d (%d)\n", errno, err); in MutexImpl()
70 … Log::Write(LogLevel_Error, "MutexImpl:~MutexImpl: - Destroying a Locked Mutex: %d", m_lockCount); in ~MutexImpl()
83 Log::Write(LogLevel_Error, "MutexImpl:Lock - Lock is Negative: %d", m_lockCount); in Lock()
96 Log::Write(LogLevel_Error, "MutexImpl::Lock failed with error: %d (%d)", errno, err); in Lock()
119 …Log::Write(LogLevel_Error, "MutexImpl:Unlock - Lock is Negative - MisMatched Lock/Release Pair: %d… in Unlock()
131 Log::Write(LogLevel_Error, "MutexImpl::UnLock failed with error: %d (%d)\n", errno, err); in Unlock()
H A DSerialControllerImpl.cpp187 …Log::Write(LogLevel_Error, "ERROR: Cannot open serial port %s. Error code %d", device.c_str(), err… in Init()
193 …Log::Write(LogLevel_Error, "ERROR: Cannot get exclusive lock for serial port %s. Error code %d", d… in Init()
217 Log::Write(LogLevel_Error, "ERROR: Parity not supported"); in Init()
228 Log::Write(LogLevel_Error, "ERROR: Stopbits not supported"); in Init()
277 Log::Write(LogLevel_Error, "Baud rate not supported"); in Init()
283 Log::Write(LogLevel_Error, "ERROR: Failed to set serial port parameters"); in Init()
293 …SerialOpenFailure: Log::Write(LogLevel_Error, "ERROR: Failed to open serial port %s", device.c_str… in Init()
350 Log::Write(LogLevel_Error, "ERROR: Serial port must be opened before writing"); in Write()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/windows/
H A DSerialControllerImpl.cpp193 …Log::Write( LogLevel_Error, "ERROR: Cannot open serial port %s. Error code %d\n", m_owner->m_seria… in Init()
203 Log::Write( LogLevel_Error, "ERROR: Failed to read serial port state" ); in Init()
216 Log::Write( LogLevel_Error, "ERROR: Failed to set serial port state" ); in Init()
230 Log::Write( LogLevel_Error, "ERROR: Failed to set serial port timeouts" ); in Init()
385 Log::Write( LogLevel_Error, "ERROR: Serial port must be opened before writing\n" ); in Write()
404 Log::Write( LogLevel_Error, "ERROR: Serial port write (0x%.8x)", GetLastError() ); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/windows/
H A DSerialControllerImpl.cpp177 …Log::Write(LogLevel_Error, "ERROR: Cannot open serial port %s. Error code %d\n", m_owner->m_serial… in Init()
187 Log::Write(LogLevel_Error, "ERROR: Failed to read serial port state"); in Init()
200 Log::Write(LogLevel_Error, "ERROR: Failed to set serial port state"); in Init()
214 Log::Write(LogLevel_Error, "ERROR: Failed to set serial port timeouts"); in Init()
361 Log::Write(LogLevel_Error, "ERROR: Serial port must be opened before writing\n"); in Write()
380 Log::Write(LogLevel_Error, "ERROR: Serial port write (0x%.8x)", GetLastError()); in Write()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/command_classes/
H A DMultiCmd.cpp56 …Log::Write(LogLevel_Error, GetNodeId(), "Multi-command frame received is invalid, _length is < 3"); in HandleMsg()
76 Log::Write(LogLevel_Error, GetNodeId(), in HandleMsg()
86 Log::Write(LogLevel_Error, GetNodeId(), in HandleMsg()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/
H A DHidController.cpp271 …Log::Write( LogLevel_Error, "Cannot find specified HID port with VID:%04hx and PID:0x%04hx.", m_ve… in Init()
279 Log::Write( LogLevel_Error, "Enumerating connected HIDs:" ); in Init()
282 Log::Write( LogLevel_Error, "\tVID:%04hx\tPID:0x%04hx\tSN:%ls\tMfg:%ls\tProd:%ls\tPath:%s", in Init()
370 Log::Write( LogLevel_Error, "Failed to open HID port %s", m_hidControllerName.c_str() ); in Init()
372 Log::Write( LogLevel_Error, "HIDAPI ERROR STRING (if any): %ls", errString); in Init()
H A DStream.cpp87 Log::Write(LogLevel_Error, "ERROR: Not enough data in stream buffer"); in Get()
125 Log::Write(LogLevel_Error, "ERROR: Not enough space in stream buffer"); in Put()
H A DLog.h58 LogLevel_Error, /**< A serious issue with the library or the network */ enumerator
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/
H A DHidController.cpp266 …Log::Write( LogLevel_Error, "Cannot find specified HID port with VID:%04hx and PID:0x%04hx.", m_ve… in Init()
274 Log::Write( LogLevel_Error, "Enumerating connected HIDs:" ); in Init()
277 Log::Write( LogLevel_Error, "\tVID:%04hx\tPID:0x%04hx\tSN:%ls\tMfg:%ls\tProd:%ls\tPath:%s", in Init()
365 Log::Write( LogLevel_Error, "Failed to open HID port %s", m_hidControllerName.c_str() ); in Init()
367 Log::Write( LogLevel_Error, "HIDAPI ERROR STRING (if any): %ls", errString); in Init()
H A DStream.cpp99 Log::Write( LogLevel_Error, "ERROR: Not enough data in stream buffer"); in Get()
141 Log::Write( LogLevel_Error, "ERROR: Not enough space in stream buffer"); in Put()
H A DLog.h47 LogLevel_Error, /**< A serious issue with the library or the network */ enumerator
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/
H A DOptions.cpp77 …Log::Write( LogLevel_Error, "Cannot find a path to the configuration files at %s, Using config/ in… in Create()
81 …Log::Write( LogLevel_Error, "Cannot find a path to the configuration files at %s, Using /etc/openz… in Create()
86 …Log::Write( LogLevel_Error, "Cannot find a path to the configuration files at %s, Using %s instead… in Create()
90 …Log::Write( LogLevel_Error, "Cannot find a path to the configuration files at %s. Exiting...", con… in Create()
367 Log::Write( LogLevel_Error, "Options are already final (locked)." ); in Lock()
532 Log::Write( LogLevel_Error, "Options have been locked. No more may be added." ); in AddOption()
H A DDefs.h158 # define OZW_FATAL_ERROR(exitCode, msg) Log::Write( LogLevel_Error,"Exception: %s:%d - %d - %s"…
165 # define OZW_FATAL_ERROR(exitCode, msg) Log::Write( LogLevel_Error,"Exception: %s:%d - %d - %s"…
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DOptions.cpp72 …Log::Write(LogLevel_Error, "Cannot find a path to the configuration files at %s, Using config/ ins… in Create()
77 …Log::Write(LogLevel_Error, "Cannot find a path to the configuration files at %s, Using /etc/openzw… in Create()
83 …Log::Write( LogLevel_Error, "Cannot find a path to the configuration files at %s, Using %s instead… in Create()
89 …Log::Write(LogLevel_Error, "Cannot find a path to the configuration files at %s. Exiting...", conf… in Create()
339 Log::Write(LogLevel_Error, "Options are already final (locked)."); in Lock()
518 Log::Write(LogLevel_Error, "Options have been locked. No more may be added."); in AddOption()
/dports/comms/openzwave/open-zwave-f339aa6/debian/patches/
H A Dspelling.patch39 - Log::Write(LogLevel_Error, GetNodeId(), "Recieved a Unsolicited MultiChannelEncap when we are n…
40 + Log::Write(LogLevel_Error, GetNodeId(), "Received a Unsolicited MultiChannelEncap when we are n…
48 - Log::Write(LogLevel_Error, GetNodeId(), "Recieved a MultiChannelEncap for endpoint %d for Comma…
49 + Log::Write(LogLevel_Error, GetNodeId(), "Received a MultiChannelEncap for endpoint %d for Comma…
/dports/comms/openzwave-devel/open-zwave-14f2ba74/debian/patches/
H A Dspelling.patch39 - Log::Write(LogLevel_Error, GetNodeId(), "Recieved a Unsolicited MultiChannelEncap when we are n…
40 + Log::Write(LogLevel_Error, GetNodeId(), "Received a Unsolicited MultiChannelEncap when we are n…
48 - Log::Write(LogLevel_Error, GetNodeId(), "Recieved a MultiChannelEncap for endpoint %d for Comma…
49 + Log::Write(LogLevel_Error, GetNodeId(), "Received a MultiChannelEncap for endpoint %d for Comma…
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DLogger.cpp84 log(LogLevel_Error, message); in error()
88 log(LogLevel_Error, message); in error()
H A DLogger.h34 LogLevel_Error enumerator
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/command_classes/
H A DMultiInstance.cpp443 …Log::Write(LogLevel_Error, GetNodeId(), "Received a Unsolicited MultiChannelEncap when we are not … in HandleMultiChannelCapabilityReport()
695 …Log::Write( LogLevel_Error, GetNodeId(), "MultiChannelEncap with endpoint set to 0 - Send to Root … in HandleMultiChannelEncap()
703 …Log::Write( LogLevel_Error, GetNodeId(), "Cannot find endpoint map to instance for Command Class %… in HandleMultiChannelEncap()
711 …Log::Write(LogLevel_Error, GetNodeId(), "Received a MultiChannelEncap for endpoint %d for Command … in HandleMultiChannelEncap()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/winRT/
H A DDNSImpl.cpp80 Log::Write(LogLevel_Error, "DNS Lookups Not Implemented on WinRT Platform"); in LookupTxT()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DConsole.cpp72 case LogLevel_Error: in logToConsole()
/dports/audio/openal-soft/openal-soft-1.21.1/router/
H A Drouter.h197 LogLevel_Error = 1, enumerator
219 if(LogLevel >= LogLevel_Error) \
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/value_classes/
H A DValueList.cpp338 Log::Write(LogLevel_Error, "o_items passed to ValueList::GetItemLabels is null"); in GetItemLabels()
357 Log::Write(LogLevel_Error, "o_values passed to ValueList::GetItemLabels is null"); in GetItemValues()

12