Created
August 26, 2015 09:43
-
-
Save regisbsb/421c6da86d356c0b0e16 to your computer and use it in GitHub Desktop.
Reshaper Topshelf external annotations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<assembly name="Topshelf"> | |
<member name="M:Topshelf.Logging.LogWriter.LogFormat(Topshelf.Logging.LoggingLevel,System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.LogFormat(Topshelf.Logging.LoggingLevel,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.DebugFormat(System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.DebugFormat(System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.InfoFormat(System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.InfoFormat(System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.WarnFormat(System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.WarnFormat(System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.ErrorFormat(System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.ErrorFormat(System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.FatalFormat(System.IFormatProvider,System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
<member name="M:Topshelf.Logging.LogWriter.FatalFormat(System.String,System.Object[])"> | |
<attribute ctor="M:JetBrains.Annotations.StringFormatMethodAttribute.#ctor(System.String)"> | |
<argument>format</argument> | |
</attribute> | |
</member> | |
</assembly> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment