# README
log-tool
Packet Log-Tool implements a way to use Log more easily
Install
go get -u -v github.com/adimax2953/log-tool
package main
import (
"github.com/adimax2953/log-tool"
)
func main() {
LogTool.LogDebug("testLogDebug")
LogTool.LogDivider("testLogDivider")
LogTool.LogInfo("testLogInfo")
LogTool.LogError("testLogError")
LogTool.LogWarning("testLogWarning")
LogTool.LogReturnLine()
LogTool.LogSystem("testLogSystem")
LogTool.LogDevelop("testLogDevelop")
LogTool.LogConfig("testLogConfig")
LogTool.LogCron("testLogCron")
LogTool.LogFatal("testLogFatal")
}
TODO
- Add test cases using "testify".
- Add log test method.
- Improve or remove useless code.
- Check code formatting.
# Functions
ex: LogTool.LogError("", err)LogType.Error, "Error", err).
ex: LogTool.LogError("", err)LogType.Error, "Error", err).
ex: LogTool.LogErrorN("", err)LogType.Error, "Error", err).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author