public interface IRGFLogger : IDisposable
BeginScope | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
IsEnabled | |
LogCritical(String, Object[]) | |
LogCritical(Exception, String, Object[]) | |
LogDebug | |
LogDebugStep | |
LogError(String, Object[]) | |
LogError(Exception, String, Object[]) | |
LogInformation | |
LogTrace | |
LogTraceStep | |
LogWarning(String, Object[]) | |
LogWarning(Exception, String, Object[]) | |
NewLogCategory(String, String, String, IEnumerable<KeyValuePair<String, Object>>, String, LogLevel, Object[]) | |
NewLogCategory(Type, String, String, IEnumerable<KeyValuePair<String, Object>>, String, LogLevel, Object[]) |