Implement NetconfMessage.toString() 20/13320/5
authorRobert Varga <rovarga@cisco.com>
Tue, 2 Dec 2014 22:26:38 +0000 (23:26 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 5 Dec 2014 09:55:02 +0000 (10:55 +0100)
Rather than explicitly converting the internal document intoa string
before logging it, teach NetconfMessage how to do toString(). This way
we do not have to check Logger configuration and pass NetconfMessages
directly. The logger will cann toString() as needed.

Change-Id: I07a18f32a1500784b81f52f0412acd73123a161e
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found