(format string, a ...interface{})
| 141 | } |
| 142 | |
| 143 | func Error(format string, a ...interface{}) { |
| 144 | gLogger.doPrintf(errorLevel, printErrorLevel, format, a...) |
| 145 | } |
| 146 | |
| 147 | func Fatal(format string, a ...interface{}) { |
| 148 | gLogger.doPrintf(fatalLevel, printFatalLevel, format, a...) |