vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct SyslogLogger.StreamOutputRange

struct StreamOutputRange(OutputStream) ;

Constructors

NameDescription
this (stream)

Fields

NameTypeDescription
m_data char[256]
m_fill size_t
m_stream OutputStream

Methods

NameDescription
flush ()
put (bt)
put (bts)
Authors

Sönke Ludwig

Copyright

© 2012-2014 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.