Config: Improve Logging in Serialize
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user