你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Logger 类
- java.
lang. Object - com.
microsoft. azure. storage. core. Logger
- com.
public class Logger
保留供内部使用。
对象周围的 org.slf4j.Logger 包装器,允许围绕字符串格式、更好的格式日志说明以及更多库控制何时记录的性能优化。
方法摘要
方法详细信息
debug
public static void debug(OperationContext opContext, String format)
参数:
debug
public static void debug(OperationContext opContext, String format, Object arg1)
参数:
debug
public static void debug(OperationContext opContext, String format, Object arg1, Object arg2)
参数:
debug
public static void debug(OperationContext opContext, String format, Object... args)
参数:
error
public static void error(OperationContext opContext, String format)
参数:
error
public static void error(OperationContext opContext, String format, Object arg1)
参数:
error
public static void error(OperationContext opContext, String format, Object args1, Object args2)
参数:
error
public static void error(OperationContext opContext, String format, Object... args)
参数:
info
public static void info(OperationContext opContext, String format)
参数:
info
public static void info(OperationContext opContext, String format, Object arg1)
参数:
info
public static void info(OperationContext opContext, String format, Object arg1, Object arg2)
参数:
info
public static void info(OperationContext opContext, String format, Object... args)
参数:
shouldLog
public static boolean shouldLog(OperationContext opContext)
参数:
trace
public static void trace(OperationContext opContext, String format)
参数:
trace
public static void trace(OperationContext opContext, String format, Object arg1)
参数:
trace
public static void trace(OperationContext opContext, String format, Object arg1, Object arg2)
参数:
trace
public static void trace(OperationContext opContext, String format, Object... args)
参数:
warn
public static void warn(OperationContext opContext, String format)
参数:
warn
public static void warn(OperationContext opContext, String format, Object arg1)
参数:
warn
public static void warn(OperationContext opContext, String format, Object arg1, Object arg2)
参数:
warn
public static void warn(OperationContext opContext, String format, Object... args)
参数: