add flush & read all chan data
This commit is contained in:
@@ -42,6 +42,10 @@ func (c *ConsoleWriter) Destroy() {
|
||||
|
||||
}
|
||||
|
||||
func (c *ConsoleWriter) Flush() {
|
||||
|
||||
}
|
||||
|
||||
func init() {
|
||||
Register("console", NewConsole)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user