Verified Commit 9a4c7dd0 authored by Cui's avatar Cui

update New => NewLogger

parent 74eefd75
......@@ -13,7 +13,7 @@ import (
var Logger *logrus.Logger
func New(address, applicationName string) {
func NewLogger(address, applicationName string) {
Logger = logrus.New()
conn, err := net.Dial("udp", address)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment