# Packages
Package test contains the log test generated struct for logstreamer package tests.
# Functions
AddHook adds a hook to the logger.
AddStreamToForward adds stream identified to forward all logs to it.
Debug logs at the DEBUG level.
Debugf logs at the DEBUG level.
Debugln logs at the DEBUG level.
Error logs at the ERROR level.
Errorf logs at the ERROR level.
Errorln logs at the ERROR level.
Info logs at the INFO level.
Infof logs at the INFO level.
Infoln logs at the INFO level.
RemoveAllStreams flushes all streams from the existing forwarders.
SetReportCaller set if we want to report caller to standard logger.
StreamClientInterceptor allows to tag the client with an unique ID and request the server to stream back to the client logs corresponding to that request to the given logger.
StreamServerInterceptor wraps the server stream to create a new dedicated logger to stream back the logs.
Warning logs at the WARNING level.
Warningf logs at the WARNING level.
Warningln logs at the WARNING level.
# Variables
No description provided by the author