A component that serializes a log message into a string representation. Note that a serializer may be called from many threads at once; you should ensure it is thread-safe, or synchronize as needed.
A component that serializes a log message into a string representation. Note that a serializer may be called from many threads at once; you should ensure it is thread-safe, or synchronize as needed.