| Overload | Description |
|---|---|
| Log(LogLevel,String,Object[]) | Formats and writes a log message at the specified log level. |
| Log(LogLevel,EventId,String,Object[]) | Formats and writes a log message at the specified log level. |
| Log(LogLevel,Exception,String,Object[]) | Formats and writes a log message at the specified log level. |
| Log(LogLevel,EventId,Exception,String,Object[]) | Formats and writes a log message at the specified log level. |