Tracing_destinations_unixSourceval direct_file_destination :
?buffer_size:int ->
filename:string ->
unit ->
(module Destination)Write to a file using synchronous writes, not suitable for low latency applications.
Write to a file in some way with the best available performance.
val fd_destination :
?buffer_size:int ->
fd:Core_unix.File_descr.t ->
unit ->
(module Destination)Write to a generic file descriptor.