 Photon Server API Documentation
        
        
            v5.0RC1
        
            Photon Server API Documentation
        
        
            v5.0RC1
        
    | Static Public Member Functions | |
| static void | ConditionalDebug (this ILogger logger, object message) | 
| Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.  More... | |
| static void | ConditionalDebug (this ILogger logger, string format, params object[] args) | 
| Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.  More... | |
| static void | ConditionalDebug (this ILogger logger, IFormatProvider formatProvider, string format, params object[] args) | 
| Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.  More... | |
| 
 | inlinestatic | 
Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
| logger | The logger. | 
| formatProvider | An IFormatProvider that supplies culture-specific formatting information. | 
| format | A composite format string. | 
| args | An object array that contains zero or more objects to format. | 
| 
 | inlinestatic | 
Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
| logger | The logger. | 
| message | The message to log. | 
| 
 | inlinestatic | 
Writes a message to the log at the Debug level. Only executed when the DEBUG conditional compilation symbol is set.
| logger | The logger. | 
| format | A composite format string. | 
| args | An object array that contains zero or more objects to format. |