你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Logger 类

  • java.lang.Object
    • com.microsoft.azure.storage.core.Logger

public class Logger

保留供内部使用。

对象周围的 org.slf4j.Logger 包装器,允许围绕字符串格式、更好的格式日志说明以及更多库控制何时记录的性能优化。

方法摘要

修饰符和类型 方法和描述
void debug(OperationContext opContext, String format)
void debug(OperationContext opContext, String format, Object arg1)
void debug(OperationContext opContext, String format, Object arg1, Object arg2)
void debug(OperationContext opContext, String format, Object... args)
void error(OperationContext opContext, String format)
void error(OperationContext opContext, String format, Object arg1)
void error(OperationContext opContext, String format, Object args1, Object args2)
void error(OperationContext opContext, String format, Object... args)
void info(OperationContext opContext, String format)
void info(OperationContext opContext, String format, Object arg1)
void info(OperationContext opContext, String format, Object arg1, Object arg2)
void info(OperationContext opContext, String format, Object... args)
boolean shouldLog(OperationContext opContext)
void trace(OperationContext opContext, String format)
void trace(OperationContext opContext, String format, Object arg1)
void trace(OperationContext opContext, String format, Object arg1, Object arg2)
void trace(OperationContext opContext, String format, Object... args)
void warn(OperationContext opContext, String format)
void warn(OperationContext opContext, String format, Object arg1)
void warn(OperationContext opContext, String format, Object arg1, Object arg2)
void warn(OperationContext opContext, String format, Object... args)

方法详细信息

debug

public static void debug(OperationContext opContext, String format)

参数:

opContext
format

debug

public static void debug(OperationContext opContext, String format, Object arg1)

参数:

opContext
format
arg1

debug

public static void debug(OperationContext opContext, String format, Object arg1, Object arg2)

参数:

opContext
format
arg1
arg2

debug

public static void debug(OperationContext opContext, String format, Object... args)

参数:

opContext
format
args

error

public static void error(OperationContext opContext, String format)

参数:

opContext
format

error

public static void error(OperationContext opContext, String format, Object arg1)

参数:

opContext
format
arg1

error

public static void error(OperationContext opContext, String format, Object args1, Object args2)

参数:

opContext
format
args1
args2

error

public static void error(OperationContext opContext, String format, Object... args)

参数:

opContext
format
args

info

public static void info(OperationContext opContext, String format)

参数:

opContext
format

info

public static void info(OperationContext opContext, String format, Object arg1)

参数:

opContext
format
arg1

info

public static void info(OperationContext opContext, String format, Object arg1, Object arg2)

参数:

opContext
format
arg1
arg2

info

public static void info(OperationContext opContext, String format, Object... args)

参数:

opContext
format
args

shouldLog

public static boolean shouldLog(OperationContext opContext)

参数:

opContext

trace

public static void trace(OperationContext opContext, String format)

参数:

opContext
format

trace

public static void trace(OperationContext opContext, String format, Object arg1)

参数:

opContext
format
arg1

trace

public static void trace(OperationContext opContext, String format, Object arg1, Object arg2)

参数:

opContext
format
arg1
arg2

trace

public static void trace(OperationContext opContext, String format, Object... args)

参数:

opContext
format
args

warn

public static void warn(OperationContext opContext, String format)

参数:

opContext
format

warn

public static void warn(OperationContext opContext, String format, Object arg1)

参数:

opContext
format
arg1

warn

public static void warn(OperationContext opContext, String format, Object arg1, Object arg2)

参数:

opContext
format
arg1
arg2

warn

public static void warn(OperationContext opContext, String format, Object... args)

参数:

opContext
format
args

适用于