mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 13:10:26 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package oplogs
 | 
						|
 | 
						|
const (
 | 
						|
	LevelNone  = "none"
 | 
						|
	LevelInfo  = "info"
 | 
						|
	LevelDebug = "debug"
 | 
						|
	LevelWarn  = "warn"
 | 
						|
	LevelError = "error"
 | 
						|
	LevelFatal = "fatal"
 | 
						|
)
 |