The csharp log4net.ILog.FatalFormat is a method in the log4net library for C# that is used to log a message with the severity level set to "Fatal". This method takes in a format string and optional parameters, and formats them into a string message that is then logged to the output destination, such as a console or a file. The "Fatal" severity level represents the most critical level of logging, indicating a severe error or a fatal failure in the application. This method is typically used to log important and critical events that require immediate attention.
C# (CSharp) log4net ILog.FatalFormat - 23 examples found. These are the top rated real world C# (CSharp) examples of log4net.ILog.FatalFormat extracted from open source projects. You can rate examples to help us improve the quality of examples.