Config: Improve Logging in Serialize
This commit is contained in:
parent
c3bfdb7ceb
commit
fd298a76aa
@ -321,6 +321,7 @@ Public Class ConfigManager(Of T)
|
|||||||
|
|
||||||
Using oStream = New MemoryStream()
|
Using oStream = New MemoryStream()
|
||||||
_Serializer.Serialize(oStream, Data)
|
_Serializer.Serialize(oStream, Data)
|
||||||
|
_Logger.Debug("Object serialized.")
|
||||||
Return oStream.ToArray()
|
Return oStream.ToArray()
|
||||||
End Using
|
End Using
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user