Photon Server API Documentation v5.0RC1

Static Public Member Functions | List of all members
Photon.SocketServer.Diagnostics.LogExtensions Class Reference

Static Public Member Functions

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)
 

Member Function Documentation

◆ AddSkippedMessagesInfo() [1/2]

static object Photon.SocketServer.Diagnostics.LogExtensions.AddSkippedMessagesInfo ( LogCountGuard  countGuard,
object  obj 
)
inlinestatic

◆ AddSkippedMessagesInfo() [2/2]

static string Photon.SocketServer.Diagnostics.LogExtensions.AddSkippedMessagesInfo ( LogCountGuard  countGuard,
string  str 
)
inlinestatic

◆ Debug() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Debug ( this ILogger  logger,
LogCountGuard  countGuard,
object  message 
)
inlinestatic

◆ Debug() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Debug ( this ILogger  logger,
LogCountGuard  countGuard,
object  message,
Exception  exception 
)
inlinestatic

◆ DebugFormat() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.DebugFormat ( this ILogger  logger,
LogCountGuard  countGuard,
IFormatProvider  provider,
string  format,
params object[]  args 
)
inlinestatic

◆ DebugFormat() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.DebugFormat ( this ILogger  logger,
LogCountGuard  countGuard,
string  format,
params object[]  args 
)
inlinestatic

◆ Error() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Error ( this ILogger  logger,
LogCountGuard  countGuard,
object  message 
)
inlinestatic

◆ Error() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Error ( this ILogger  logger,
LogCountGuard  countGuard,
object  message,
Exception  exception 
)
inlinestatic

◆ ErrorFormat() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.ErrorFormat ( this ILogger  logger,
LogCountGuard  countGuard,
IFormatProvider  provider,
string  format,
params object[]  args 
)
inlinestatic

◆ ErrorFormat() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.ErrorFormat ( this ILogger  logger,
LogCountGuard  countGuard,
string  format,
params object[]  args 
)
inlinestatic

◆ Fatal() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Fatal ( this ILogger  logger,
LogCountGuard  countGuard,
object  message 
)
inlinestatic

◆ Fatal() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Fatal ( this ILogger  logger,
LogCountGuard  countGuard,
object  message,
Exception  exception 
)
inlinestatic

◆ FatalFormat() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.FatalFormat ( this ILogger  logger,
LogCountGuard  countGuard,
IFormatProvider  provider,
string  format,
params object[]  args 
)
inlinestatic

◆ FatalFormat() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.FatalFormat ( this ILogger  logger,
LogCountGuard  countGuard,
string  format,
params object[]  args 
)
inlinestatic

◆ Info() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Info ( this ILogger  logger,
LogCountGuard  countGuard,
object  message 
)
inlinestatic

◆ Info() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Info ( this ILogger  logger,
LogCountGuard  countGuard,
object  message,
Exception  exception 
)
inlinestatic

◆ InfoFormat() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.InfoFormat ( this ILogger  logger,
LogCountGuard  countGuard,
IFormatProvider  provider,
string  format,
params object[]  args 
)
inlinestatic

◆ InfoFormat() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.InfoFormat ( this ILogger  logger,
LogCountGuard  countGuard,
string  format,
params object[]  args 
)
inlinestatic

◆ Warn() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Warn ( this ILogger  logger,
LogCountGuard  countGuard,
object  message 
)
inlinestatic

◆ Warn() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.Warn ( this ILogger  logger,
LogCountGuard  countGuard,
object  message,
Exception  exception 
)
inlinestatic

◆ WarnFormat() [1/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.WarnFormat ( this ILogger  logger,
LogCountGuard  countGuard,
IFormatProvider  provider,
string  format,
params object[]  args 
)
inlinestatic

◆ WarnFormat() [2/2]

static void Photon.SocketServer.Diagnostics.LogExtensions.WarnFormat ( this ILogger  logger,
LogCountGuard  countGuard,
string  format,
params object[]  args 
)
inlinestatic