Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • oplog
  • Level.java
  • 操作日志
    ea245913
    潘钊 authored
    2016-10-21 10:49:04 +0800  
    Browse Code »
Level.java 80 Bytes
Edit Raw Blame History
1 2 3 4 5 6
package com.bsth.oplog;

public enum Level {
	
	ERROR,WARN,INFO,ACCESS;
}