|
| static void | Debug (this ILogger logger, LogCountGuard countGuard, object message) |
| |
| static void | Debug (this ILogger logger, LogCountGuard countGuard, object message, Exception exception) |
| |
| static void | DebugFormat (this ILogger logger, LogCountGuard countGuard, string format, params object[] args) |
| |
| static void | DebugFormat (this ILogger logger, LogCountGuard countGuard, IFormatProvider provider, string format, params object[] args) |
| |
| static void | Error (this ILogger logger, LogCountGuard countGuard, object message, Exception exception) |
| |
| static void | Error (this ILogger logger, LogCountGuard countGuard, object message) |
| |
| static void | ErrorFormat (this ILogger logger, LogCountGuard countGuard, IFormatProvider provider, string format, params object[] args) |
| |
| static void | ErrorFormat (this ILogger logger, LogCountGuard countGuard, string format, params object[] args) |
| |
| static void | Fatal (this ILogger logger, LogCountGuard countGuard, object message) |
| |
| static void | Fatal (this ILogger logger, LogCountGuard countGuard, object message, Exception exception) |
| |
| static void | FatalFormat (this ILogger logger, LogCountGuard countGuard, string format, params object[] args) |
| |
| static void | FatalFormat (this ILogger logger, LogCountGuard countGuard, IFormatProvider provider, string format, params object[] args) |
| |
| static void | Info (this ILogger logger, LogCountGuard countGuard, object message) |
| |
| static void | Info (this ILogger logger, LogCountGuard countGuard, object message, Exception exception) |
| |
| static void | InfoFormat (this ILogger logger, LogCountGuard countGuard, IFormatProvider provider, string format, params object[] args) |
| |
| static void | InfoFormat (this ILogger logger, LogCountGuard countGuard, string format, params object[] args) |
| |
| static void | Warn (this ILogger logger, LogCountGuard countGuard, object message, Exception exception) |
| |
| static void | Warn (this ILogger logger, LogCountGuard countGuard, object message) |
| |
| static void | WarnFormat (this ILogger logger, LogCountGuard countGuard, IFormatProvider provider, string format, params object[] args) |
| |
| static void | WarnFormat (this ILogger logger, LogCountGuard countGuard, string format, params object[] args) |
| |
| static object | AddSkippedMessagesInfo (LogCountGuard countGuard, object obj) |
| |
| static string | AddSkippedMessagesInfo (LogCountGuard countGuard, string str) |
| |