Hi Nate. I agree. Because I have implemented lumberjack and having troubles writing log files. Would you have a simple example package that executes all the key functionality?
I realize this is two years passed... came across your code and wanted to try it. Thanks Victor On Tuesday, June 23, 2015 at 9:14:25 PM UTC-5, Nate Finch wrote: > > On Monday, June 22, 2015 at 5:47:55 PM UTC-4, Joseph Kopena wrote: >> >> >> At the moment, I've added an example of targeting the output to >> Lumberjack; other io.Writer outputs like directly to a file would be the >> same: >> >> >> https://github.com/BellerophonMobile/logberry/blob/master/examples/lumberjack/main.go >> > > Ha! Nice. :) > > This kind of thing is the perfect thing to put into a godoc example > <https://godoc.org/github.com/natefinch/godocgo/sub#hdr-Examples>, though > in that case you probably would not want to reference a third party package > (no sense in forcing your tests to download lumberjack, for example). > > Oh, and I wanted to commend you on how well-documented your methods and > types are. Most people don't go into that kind of detail. > > -Nate > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
