mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	Merge branch 'master' into alerting
This commit is contained in:
		
							
								
								
									
										20
									
								
								pkg/log/syslog_windows.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								pkg/log/syslog_windows.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
//+build windows
 | 
			
		||||
 | 
			
		||||
package log
 | 
			
		||||
 | 
			
		||||
import "github.com/inconshreveable/log15"
 | 
			
		||||
 | 
			
		||||
type SysLogHandler struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func NewSyslog() *SysLogHandler {
 | 
			
		||||
	return &SysLogHandler{}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (sw *SysLogHandler) Init() error {
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (sw *SysLogHandler) Log(r *log15.Record) error {
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user