bee.osql.logger

class Logger:
@staticmethod
def debug(msg):
@staticmethod
def info(msg):
@staticmethod
def warn(msg):
@staticmethod
def error(msg):
@staticmethod
def logsql(*msg):