package fslog import ( "testing" ) func TestFSLogInstanceToConsole(t *testing.T) { Error("demo", "TestFSLogInstanceToConsole", "test", "error test") Debug("demo", "TestFSLogInstanceToConsole", "test", "debug test") Info("demo", "TestFSLogInstanceToConsole", "test", "info test") Warning("demo", "TestFSLogInstanceToConsole", "test", "warning test") }