You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

825 lines
40 KiB

  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Class Logger
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Class Logger
  11. ">
  12. <meta name="generator" content="docfx 2.59.3.0">
  13. <link rel="shortcut icon" href="../favicon.ico">
  14. <link rel="stylesheet" href="../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../styles/docfx.css">
  16. <link rel="stylesheet" href="../styles/main.css">
  17. <link rel="stylesheet" href="../styles/fix.css">
  18. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  19. <meta property="docfx:navrel" content="../toc.html">
  20. <meta property="docfx:tocrel" content="toc.html">
  21. <meta property="docfx:rel" content="../">
  22. <meta property="docfx:newtab" content="true">
  23. </head> <body data-spy="scroll" data-target="#affix" data-offset="120">
  24. <div id="wrapper">
  25. <header>
  26. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  27. <div class="container">
  28. <div class="navbar-header">
  29. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  30. <span class="sr-only">Toggle navigation</span>
  31. <span class="icon-bar"></span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. </button>
  35. <a class="navbar-brand" href="../index.html">
  36. <img id="logo" class="svg" src="../logo.svg" alt="">
  37. </a>
  38. </div>
  39. <div class="collapse navbar-collapse" id="navbar">
  40. <form class="navbar-form navbar-right" role="search" id="search">
  41. <div class="form-group">
  42. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  43. </div>
  44. </form>
  45. </div>
  46. </div>
  47. </nav>
  48. <div class="subnav navbar navbar-default">
  49. <div class="container hide-when-search" id="breadcrumb">
  50. <ul class="breadcrumb">
  51. <li></li>
  52. </ul>
  53. </div>
  54. </div>
  55. </header>
  56. <div class="container body-content">
  57. <div id="search-results">
  58. <div class="search-list">Search Results for <span></span></div>
  59. <div class="sr-items">
  60. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  61. </div>
  62. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  63. </div>
  64. </div>
  65. <div role="main" class="container body-content hide-when-search">
  66. <div class="sidenav hide-when-search">
  67. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  68. <div class="sidetoggle collapse" id="sidetoggle">
  69. <div id="sidetoc"></div>
  70. </div>
  71. </div>
  72. <div class="article row grid-right">
  73. <div class="col-md-10">
  74. <article class="content wrap" id="_content" data-uid="IPA.Logging.Logger">
  75. <h1 id="IPA_Logging_Logger" data-uid="IPA.Logging.Logger" class="text-break">Class Logger
  76. </h1>
  77. <div class="markdown level0 summary"><p>The logger base class. Provides the format for console logs.</p>
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <div class="inheritance">
  81. <h5>Inheritance</h5>
  82. <div class="level0"><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.object">Object</a></div>
  83. <div class="level1"><span class="xref">Logger</span></div>
  84. <div class="level2"><a class="xref" href="IPA.Logging.StandardLogger.html">StandardLogger</a></div>
  85. </div>
  86. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Logging.html">IPA.Logging</a></h6>
  87. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  88. <h5 id="IPA_Logging_Logger_syntax">Syntax</h5>
  89. <div class="codewrapper">
  90. <pre><code class="lang-csharp hljs">public abstract class Logger : object</code></pre>
  91. </div>
  92. <h3 id="properties">Properties
  93. </h3>
  94. <span class="small pull-right mobile-hide">
  95. <span class="divider">|</span>
  96. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_LogFormat.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.LogFormat%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  97. </span>
  98. <span class="small pull-right mobile-hide">
  99. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L51">View Source</a>
  100. </span>
  101. <a id="IPA_Logging_Logger_LogFormat_" data-uid="IPA.Logging.Logger.LogFormat*"></a>
  102. <h4 id="IPA_Logging_Logger_LogFormat" data-uid="IPA.Logging.Logger.LogFormat">LogFormat</h4>
  103. <div class="markdown level1 summary"><p>The standard format for log messages.</p>
  104. </div>
  105. <div class="markdown level1 conceptual"></div>
  106. <h5 class="decalaration">Declaration</h5>
  107. <div class="codewrapper">
  108. <pre><code class="lang-csharp hljs">public static string LogFormat { get; protected set; }</code></pre>
  109. </div>
  110. <h5 class="propertyValue">Property Value</h5>
  111. <table class="table table-bordered table-striped table-condensed">
  112. <thead>
  113. <tr>
  114. <th>Type</th>
  115. <th>Description</th>
  116. </tr>
  117. </thead>
  118. <tbody>
  119. <tr>
  120. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  121. <td><p>the format for the standard loggers to print in</p>
  122. </td>
  123. </tr>
  124. </tbody>
  125. </table>
  126. <h3 id="methods">Methods
  127. </h3>
  128. <span class="small pull-right mobile-hide">
  129. <span class="divider">|</span>
  130. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Critical_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Critical(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  131. </span>
  132. <span class="small pull-right mobile-hide">
  133. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L305">View Source</a>
  134. </span>
  135. <a id="IPA_Logging_Logger_Critical_" data-uid="IPA.Logging.Logger.Critical*"></a>
  136. <h4 id="IPA_Logging_Logger_Critical_Exception_" data-uid="IPA.Logging.Logger.Critical(Exception)">Critical(Exception)</h4>
  137. <div class="markdown level1 summary"><p>Sends an exception as a critical message.
  138. Equivalent to <code>Log(Level.Critical, e);</code></p>
  139. </div>
  140. <div class="markdown level1 conceptual"></div>
  141. <h5 class="decalaration">Declaration</h5>
  142. <div class="codewrapper">
  143. <pre><code class="lang-csharp hljs">public virtual void Critical(Exception e)</code></pre>
  144. </div>
  145. <h5 class="parameters">Parameters</h5>
  146. <table class="table table-bordered table-striped table-condensed">
  147. <thead>
  148. <tr>
  149. <th>Type</th>
  150. <th>Name</th>
  151. <th>Description</th>
  152. </tr>
  153. </thead>
  154. <tbody>
  155. <tr>
  156. <td><span class="xref">Exception</span></td>
  157. <td><span class="parametername">e</span></td>
  158. <td><p>the exception to log</p>
  159. </td>
  160. </tr>
  161. </tbody>
  162. </table>
  163. <h5 id="IPA_Logging_Logger_Critical_Exception__seealso">See Also</h5>
  164. <div class="seealso">
  165. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  166. </div>
  167. <span class="small pull-right mobile-hide">
  168. <span class="divider">|</span>
  169. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Critical_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Critical(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  170. </span>
  171. <span class="small pull-right mobile-hide">
  172. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L297">View Source</a>
  173. </span>
  174. <a id="IPA_Logging_Logger_Critical_" data-uid="IPA.Logging.Logger.Critical*"></a>
  175. <h4 id="IPA_Logging_Logger_Critical_System_String_" data-uid="IPA.Logging.Logger.Critical(System.String)">Critical(String)</h4>
  176. <div class="markdown level1 summary"><p>Sends a critical message.
  177. Equivalent to <code>Log(Level.Critical, message);</code></p>
  178. </div>
  179. <div class="markdown level1 conceptual"></div>
  180. <h5 class="decalaration">Declaration</h5>
  181. <div class="codewrapper">
  182. <pre><code class="lang-csharp hljs">public virtual void Critical(string message)</code></pre>
  183. </div>
  184. <h5 class="parameters">Parameters</h5>
  185. <table class="table table-bordered table-striped table-condensed">
  186. <thead>
  187. <tr>
  188. <th>Type</th>
  189. <th>Name</th>
  190. <th>Description</th>
  191. </tr>
  192. </thead>
  193. <tbody>
  194. <tr>
  195. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  196. <td><span class="parametername">message</span></td>
  197. <td><p>the message to log</p>
  198. </td>
  199. </tr>
  200. </tbody>
  201. </table>
  202. <h5 id="IPA_Logging_Logger_Critical_System_String__seealso">See Also</h5>
  203. <div class="seealso">
  204. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  205. </div>
  206. <span class="small pull-right mobile-hide">
  207. <span class="divider">|</span>
  208. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Debug_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Debug(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  209. </span>
  210. <span class="small pull-right mobile-hide">
  211. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L225">View Source</a>
  212. </span>
  213. <a id="IPA_Logging_Logger_Debug_" data-uid="IPA.Logging.Logger.Debug*"></a>
  214. <h4 id="IPA_Logging_Logger_Debug_Exception_" data-uid="IPA.Logging.Logger.Debug(Exception)">Debug(Exception)</h4>
  215. <div class="markdown level1 summary"><p>Sends an exception as a debug message.
  216. Equivalent to <code>Log(Level.Debug, e);</code></p>
  217. </div>
  218. <div class="markdown level1 conceptual"></div>
  219. <h5 class="decalaration">Declaration</h5>
  220. <div class="codewrapper">
  221. <pre><code class="lang-csharp hljs">public virtual void Debug(Exception e)</code></pre>
  222. </div>
  223. <h5 class="parameters">Parameters</h5>
  224. <table class="table table-bordered table-striped table-condensed">
  225. <thead>
  226. <tr>
  227. <th>Type</th>
  228. <th>Name</th>
  229. <th>Description</th>
  230. </tr>
  231. </thead>
  232. <tbody>
  233. <tr>
  234. <td><span class="xref">Exception</span></td>
  235. <td><span class="parametername">e</span></td>
  236. <td><p>the exception to log</p>
  237. </td>
  238. </tr>
  239. </tbody>
  240. </table>
  241. <h5 id="IPA_Logging_Logger_Debug_Exception__seealso">See Also</h5>
  242. <div class="seealso">
  243. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  244. </div>
  245. <span class="small pull-right mobile-hide">
  246. <span class="divider">|</span>
  247. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Debug_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Debug(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  248. </span>
  249. <span class="small pull-right mobile-hide">
  250. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L217">View Source</a>
  251. </span>
  252. <a id="IPA_Logging_Logger_Debug_" data-uid="IPA.Logging.Logger.Debug*"></a>
  253. <h4 id="IPA_Logging_Logger_Debug_System_String_" data-uid="IPA.Logging.Logger.Debug(System.String)">Debug(String)</h4>
  254. <div class="markdown level1 summary"><p>Sends a debug message.
  255. Equivalent to <code>Log(Level.Debug, message);</code></p>
  256. </div>
  257. <div class="markdown level1 conceptual"></div>
  258. <h5 class="decalaration">Declaration</h5>
  259. <div class="codewrapper">
  260. <pre><code class="lang-csharp hljs">public virtual void Debug(string message)</code></pre>
  261. </div>
  262. <h5 class="parameters">Parameters</h5>
  263. <table class="table table-bordered table-striped table-condensed">
  264. <thead>
  265. <tr>
  266. <th>Type</th>
  267. <th>Name</th>
  268. <th>Description</th>
  269. </tr>
  270. </thead>
  271. <tbody>
  272. <tr>
  273. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  274. <td><span class="parametername">message</span></td>
  275. <td><p>the message to log</p>
  276. </td>
  277. </tr>
  278. </tbody>
  279. </table>
  280. <h5 id="IPA_Logging_Logger_Debug_System_String__seealso">See Also</h5>
  281. <div class="seealso">
  282. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  283. </div>
  284. <span class="small pull-right mobile-hide">
  285. <span class="divider">|</span>
  286. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Error_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Error(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  287. </span>
  288. <span class="small pull-right mobile-hide">
  289. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L289">View Source</a>
  290. </span>
  291. <a id="IPA_Logging_Logger_Error_" data-uid="IPA.Logging.Logger.Error*"></a>
  292. <h4 id="IPA_Logging_Logger_Error_Exception_" data-uid="IPA.Logging.Logger.Error(Exception)">Error(Exception)</h4>
  293. <div class="markdown level1 summary"><p>Sends an exception as an error message.
  294. Equivalent to <code>Log(Level.Error, e);</code></p>
  295. </div>
  296. <div class="markdown level1 conceptual"></div>
  297. <h5 class="decalaration">Declaration</h5>
  298. <div class="codewrapper">
  299. <pre><code class="lang-csharp hljs">public virtual void Error(Exception e)</code></pre>
  300. </div>
  301. <h5 class="parameters">Parameters</h5>
  302. <table class="table table-bordered table-striped table-condensed">
  303. <thead>
  304. <tr>
  305. <th>Type</th>
  306. <th>Name</th>
  307. <th>Description</th>
  308. </tr>
  309. </thead>
  310. <tbody>
  311. <tr>
  312. <td><span class="xref">Exception</span></td>
  313. <td><span class="parametername">e</span></td>
  314. <td><p>the exception to log</p>
  315. </td>
  316. </tr>
  317. </tbody>
  318. </table>
  319. <h5 id="IPA_Logging_Logger_Error_Exception__seealso">See Also</h5>
  320. <div class="seealso">
  321. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  322. </div>
  323. <span class="small pull-right mobile-hide">
  324. <span class="divider">|</span>
  325. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Error_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Error(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  326. </span>
  327. <span class="small pull-right mobile-hide">
  328. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L281">View Source</a>
  329. </span>
  330. <a id="IPA_Logging_Logger_Error_" data-uid="IPA.Logging.Logger.Error*"></a>
  331. <h4 id="IPA_Logging_Logger_Error_System_String_" data-uid="IPA.Logging.Logger.Error(System.String)">Error(String)</h4>
  332. <div class="markdown level1 summary"><p>Sends an error message.
  333. Equivalent to <code>Log(Level.Error, message);</code></p>
  334. </div>
  335. <div class="markdown level1 conceptual"></div>
  336. <h5 class="decalaration">Declaration</h5>
  337. <div class="codewrapper">
  338. <pre><code class="lang-csharp hljs">public virtual void Error(string message)</code></pre>
  339. </div>
  340. <h5 class="parameters">Parameters</h5>
  341. <table class="table table-bordered table-striped table-condensed">
  342. <thead>
  343. <tr>
  344. <th>Type</th>
  345. <th>Name</th>
  346. <th>Description</th>
  347. </tr>
  348. </thead>
  349. <tbody>
  350. <tr>
  351. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  352. <td><span class="parametername">message</span></td>
  353. <td><p>the message to log</p>
  354. </td>
  355. </tr>
  356. </tbody>
  357. </table>
  358. <h5 id="IPA_Logging_Logger_Error_System_String__seealso">See Also</h5>
  359. <div class="seealso">
  360. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  361. </div>
  362. <span class="small pull-right mobile-hide">
  363. <span class="divider">|</span>
  364. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Info_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Info(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  365. </span>
  366. <span class="small pull-right mobile-hide">
  367. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L241">View Source</a>
  368. </span>
  369. <a id="IPA_Logging_Logger_Info_" data-uid="IPA.Logging.Logger.Info*"></a>
  370. <h4 id="IPA_Logging_Logger_Info_Exception_" data-uid="IPA.Logging.Logger.Info(Exception)">Info(Exception)</h4>
  371. <div class="markdown level1 summary"><p>Sends an exception as an info message.
  372. Equivalent to <code>Log(Level.Info, e);</code></p>
  373. </div>
  374. <div class="markdown level1 conceptual"></div>
  375. <h5 class="decalaration">Declaration</h5>
  376. <div class="codewrapper">
  377. <pre><code class="lang-csharp hljs">public virtual void Info(Exception e)</code></pre>
  378. </div>
  379. <h5 class="parameters">Parameters</h5>
  380. <table class="table table-bordered table-striped table-condensed">
  381. <thead>
  382. <tr>
  383. <th>Type</th>
  384. <th>Name</th>
  385. <th>Description</th>
  386. </tr>
  387. </thead>
  388. <tbody>
  389. <tr>
  390. <td><span class="xref">Exception</span></td>
  391. <td><span class="parametername">e</span></td>
  392. <td><p>the exception to log</p>
  393. </td>
  394. </tr>
  395. </tbody>
  396. </table>
  397. <h5 id="IPA_Logging_Logger_Info_Exception__seealso">See Also</h5>
  398. <div class="seealso">
  399. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  400. </div>
  401. <span class="small pull-right mobile-hide">
  402. <span class="divider">|</span>
  403. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Info_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Info(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  404. </span>
  405. <span class="small pull-right mobile-hide">
  406. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L233">View Source</a>
  407. </span>
  408. <a id="IPA_Logging_Logger_Info_" data-uid="IPA.Logging.Logger.Info*"></a>
  409. <h4 id="IPA_Logging_Logger_Info_System_String_" data-uid="IPA.Logging.Logger.Info(System.String)">Info(String)</h4>
  410. <div class="markdown level1 summary"><p>Sends an info message.
  411. Equivalent to <code>Log(Level.Info, message);</code></p>
  412. </div>
  413. <div class="markdown level1 conceptual"></div>
  414. <h5 class="decalaration">Declaration</h5>
  415. <div class="codewrapper">
  416. <pre><code class="lang-csharp hljs">public virtual void Info(string message)</code></pre>
  417. </div>
  418. <h5 class="parameters">Parameters</h5>
  419. <table class="table table-bordered table-striped table-condensed">
  420. <thead>
  421. <tr>
  422. <th>Type</th>
  423. <th>Name</th>
  424. <th>Description</th>
  425. </tr>
  426. </thead>
  427. <tbody>
  428. <tr>
  429. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  430. <td><span class="parametername">message</span></td>
  431. <td><p>the message to log</p>
  432. </td>
  433. </tr>
  434. </tbody>
  435. </table>
  436. <h5 id="IPA_Logging_Logger_Info_System_String__seealso">See Also</h5>
  437. <div class="seealso">
  438. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  439. </div>
  440. <span class="small pull-right mobile-hide">
  441. <span class="divider">|</span>
  442. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Log(IPA.Logging.Logger.Level%2CException)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  443. </span>
  444. <span class="small pull-right mobile-hide">
  445. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L193">View Source</a>
  446. </span>
  447. <a id="IPA_Logging_Logger_Log_" data-uid="IPA.Logging.Logger.Log*"></a>
  448. <h4 id="IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_" data-uid="IPA.Logging.Logger.Log(IPA.Logging.Logger.Level,Exception)">Log(Logger.Level, Exception)</h4>
  449. <div class="markdown level1 summary"><p>A basic log function taking an exception to log.</p>
  450. </div>
  451. <div class="markdown level1 conceptual"></div>
  452. <h5 class="decalaration">Declaration</h5>
  453. <div class="codewrapper">
  454. <pre><code class="lang-csharp hljs">public virtual void Log(Logger.Level level, Exception e)</code></pre>
  455. </div>
  456. <h5 class="parameters">Parameters</h5>
  457. <table class="table table-bordered table-striped table-condensed">
  458. <thead>
  459. <tr>
  460. <th>Type</th>
  461. <th>Name</th>
  462. <th>Description</th>
  463. </tr>
  464. </thead>
  465. <tbody>
  466. <tr>
  467. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  468. <td><span class="parametername">level</span></td>
  469. <td><p>the level of the message</p>
  470. </td>
  471. </tr>
  472. <tr>
  473. <td><span class="xref">Exception</span></td>
  474. <td><span class="parametername">e</span></td>
  475. <td><p>the exception to log</p>
  476. </td>
  477. </tr>
  478. </tbody>
  479. </table>
  480. <span class="small pull-right mobile-hide">
  481. <span class="divider">|</span>
  482. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Log(IPA.Logging.Logger.Level%2CSystem.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  483. </span>
  484. <span class="small pull-right mobile-hide">
  485. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L186">View Source</a>
  486. </span>
  487. <a id="IPA_Logging_Logger_Log_" data-uid="IPA.Logging.Logger.Log*"></a>
  488. <h4 id="IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_" data-uid="IPA.Logging.Logger.Log(IPA.Logging.Logger.Level,System.String)">Log(Logger.Level, String)</h4>
  489. <div class="markdown level1 summary"><p>A basic log function.</p>
  490. </div>
  491. <div class="markdown level1 conceptual"></div>
  492. <h5 class="decalaration">Declaration</h5>
  493. <div class="codewrapper">
  494. <pre><code class="lang-csharp hljs">public abstract void Log(Logger.Level level, string message)</code></pre>
  495. </div>
  496. <h5 class="parameters">Parameters</h5>
  497. <table class="table table-bordered table-striped table-condensed">
  498. <thead>
  499. <tr>
  500. <th>Type</th>
  501. <th>Name</th>
  502. <th>Description</th>
  503. </tr>
  504. </thead>
  505. <tbody>
  506. <tr>
  507. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  508. <td><span class="parametername">level</span></td>
  509. <td><p>the level of the message</p>
  510. </td>
  511. </tr>
  512. <tr>
  513. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  514. <td><span class="parametername">message</span></td>
  515. <td><p>the message to log</p>
  516. </td>
  517. </tr>
  518. </tbody>
  519. </table>
  520. <span class="small pull-right mobile-hide">
  521. <span class="divider">|</span>
  522. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Notice_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Notice(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  523. </span>
  524. <span class="small pull-right mobile-hide">
  525. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L257">View Source</a>
  526. </span>
  527. <a id="IPA_Logging_Logger_Notice_" data-uid="IPA.Logging.Logger.Notice*"></a>
  528. <h4 id="IPA_Logging_Logger_Notice_Exception_" data-uid="IPA.Logging.Logger.Notice(Exception)">Notice(Exception)</h4>
  529. <div class="markdown level1 summary"><p>Sends an exception as a notice message.
  530. Equivalent to <code>Log(Level.Notice, e);</code></p>
  531. </div>
  532. <div class="markdown level1 conceptual"></div>
  533. <h5 class="decalaration">Declaration</h5>
  534. <div class="codewrapper">
  535. <pre><code class="lang-csharp hljs">public virtual void Notice(Exception e)</code></pre>
  536. </div>
  537. <h5 class="parameters">Parameters</h5>
  538. <table class="table table-bordered table-striped table-condensed">
  539. <thead>
  540. <tr>
  541. <th>Type</th>
  542. <th>Name</th>
  543. <th>Description</th>
  544. </tr>
  545. </thead>
  546. <tbody>
  547. <tr>
  548. <td><span class="xref">Exception</span></td>
  549. <td><span class="parametername">e</span></td>
  550. <td><p>the exception to log</p>
  551. </td>
  552. </tr>
  553. </tbody>
  554. </table>
  555. <h5 id="IPA_Logging_Logger_Notice_Exception__seealso">See Also</h5>
  556. <div class="seealso">
  557. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  558. </div>
  559. <span class="small pull-right mobile-hide">
  560. <span class="divider">|</span>
  561. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Notice_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Notice(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  562. </span>
  563. <span class="small pull-right mobile-hide">
  564. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L249">View Source</a>
  565. </span>
  566. <a id="IPA_Logging_Logger_Notice_" data-uid="IPA.Logging.Logger.Notice*"></a>
  567. <h4 id="IPA_Logging_Logger_Notice_System_String_" data-uid="IPA.Logging.Logger.Notice(System.String)">Notice(String)</h4>
  568. <div class="markdown level1 summary"><p>Sends a notice message.
  569. Equivalent to <code>Log(Level.Notice, message);</code></p>
  570. </div>
  571. <div class="markdown level1 conceptual"></div>
  572. <h5 class="decalaration">Declaration</h5>
  573. <div class="codewrapper">
  574. <pre><code class="lang-csharp hljs">public virtual void Notice(string message)</code></pre>
  575. </div>
  576. <h5 class="parameters">Parameters</h5>
  577. <table class="table table-bordered table-striped table-condensed">
  578. <thead>
  579. <tr>
  580. <th>Type</th>
  581. <th>Name</th>
  582. <th>Description</th>
  583. </tr>
  584. </thead>
  585. <tbody>
  586. <tr>
  587. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  588. <td><span class="parametername">message</span></td>
  589. <td><p>the message to log</p>
  590. </td>
  591. </tr>
  592. </tbody>
  593. </table>
  594. <h5 id="IPA_Logging_Logger_Notice_System_String__seealso">See Also</h5>
  595. <div class="seealso">
  596. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  597. </div>
  598. <span class="small pull-right mobile-hide">
  599. <span class="divider">|</span>
  600. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Trace_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Trace(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  601. </span>
  602. <span class="small pull-right mobile-hide">
  603. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L209">View Source</a>
  604. </span>
  605. <a id="IPA_Logging_Logger_Trace_" data-uid="IPA.Logging.Logger.Trace*"></a>
  606. <h4 id="IPA_Logging_Logger_Trace_Exception_" data-uid="IPA.Logging.Logger.Trace(Exception)">Trace(Exception)</h4>
  607. <div class="markdown level1 summary"><p>Sends an exception as a trace message.
  608. Equivalent to <code>Log(Level.Trace, e);</code></p>
  609. </div>
  610. <div class="markdown level1 conceptual"></div>
  611. <h5 class="decalaration">Declaration</h5>
  612. <div class="codewrapper">
  613. <pre><code class="lang-csharp hljs">public virtual void Trace(Exception e)</code></pre>
  614. </div>
  615. <h5 class="parameters">Parameters</h5>
  616. <table class="table table-bordered table-striped table-condensed">
  617. <thead>
  618. <tr>
  619. <th>Type</th>
  620. <th>Name</th>
  621. <th>Description</th>
  622. </tr>
  623. </thead>
  624. <tbody>
  625. <tr>
  626. <td><span class="xref">Exception</span></td>
  627. <td><span class="parametername">e</span></td>
  628. <td><p>the exception to log</p>
  629. </td>
  630. </tr>
  631. </tbody>
  632. </table>
  633. <h5 id="IPA_Logging_Logger_Trace_Exception__seealso">See Also</h5>
  634. <div class="seealso">
  635. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  636. </div>
  637. <span class="small pull-right mobile-hide">
  638. <span class="divider">|</span>
  639. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Trace_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Trace(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  640. </span>
  641. <span class="small pull-right mobile-hide">
  642. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L201">View Source</a>
  643. </span>
  644. <a id="IPA_Logging_Logger_Trace_" data-uid="IPA.Logging.Logger.Trace*"></a>
  645. <h4 id="IPA_Logging_Logger_Trace_System_String_" data-uid="IPA.Logging.Logger.Trace(System.String)">Trace(String)</h4>
  646. <div class="markdown level1 summary"><p>Sends a trace message.
  647. Equivalent to <code>Log(Level.Trace, message);</code></p>
  648. </div>
  649. <div class="markdown level1 conceptual"></div>
  650. <h5 class="decalaration">Declaration</h5>
  651. <div class="codewrapper">
  652. <pre><code class="lang-csharp hljs">public virtual void Trace(string message)</code></pre>
  653. </div>
  654. <h5 class="parameters">Parameters</h5>
  655. <table class="table table-bordered table-striped table-condensed">
  656. <thead>
  657. <tr>
  658. <th>Type</th>
  659. <th>Name</th>
  660. <th>Description</th>
  661. </tr>
  662. </thead>
  663. <tbody>
  664. <tr>
  665. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  666. <td><span class="parametername">message</span></td>
  667. <td><p>the message to log</p>
  668. </td>
  669. </tr>
  670. </tbody>
  671. </table>
  672. <h5 id="IPA_Logging_Logger_Trace_System_String__seealso">See Also</h5>
  673. <div class="seealso">
  674. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  675. </div>
  676. <span class="small pull-right mobile-hide">
  677. <span class="divider">|</span>
  678. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Warn_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Warn(Exception)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  679. </span>
  680. <span class="small pull-right mobile-hide">
  681. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L273">View Source</a>
  682. </span>
  683. <a id="IPA_Logging_Logger_Warn_" data-uid="IPA.Logging.Logger.Warn*"></a>
  684. <h4 id="IPA_Logging_Logger_Warn_Exception_" data-uid="IPA.Logging.Logger.Warn(Exception)">Warn(Exception)</h4>
  685. <div class="markdown level1 summary"><p>Sends an exception as a warning message.
  686. Equivalent to <code>Log(Level.Warning, e);</code></p>
  687. </div>
  688. <div class="markdown level1 conceptual"></div>
  689. <h5 class="decalaration">Declaration</h5>
  690. <div class="codewrapper">
  691. <pre><code class="lang-csharp hljs">public virtual void Warn(Exception e)</code></pre>
  692. </div>
  693. <h5 class="parameters">Parameters</h5>
  694. <table class="table table-bordered table-striped table-condensed">
  695. <thead>
  696. <tr>
  697. <th>Type</th>
  698. <th>Name</th>
  699. <th>Description</th>
  700. </tr>
  701. </thead>
  702. <tbody>
  703. <tr>
  704. <td><span class="xref">Exception</span></td>
  705. <td><span class="parametername">e</span></td>
  706. <td><p>the exception to log</p>
  707. </td>
  708. </tr>
  709. </tbody>
  710. </table>
  711. <h5 id="IPA_Logging_Logger_Warn_Exception__seealso">See Also</h5>
  712. <div class="seealso">
  713. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_Exception_">Log(Logger.Level, Exception)</a></div>
  714. </div>
  715. <span class="small pull-right mobile-hide">
  716. <span class="divider">|</span>
  717. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Warn_System_String_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Warn(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
  718. </span>
  719. <span class="small pull-right mobile-hide">
  720. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L265">View Source</a>
  721. </span>
  722. <a id="IPA_Logging_Logger_Warn_" data-uid="IPA.Logging.Logger.Warn*"></a>
  723. <h4 id="IPA_Logging_Logger_Warn_System_String_" data-uid="IPA.Logging.Logger.Warn(System.String)">Warn(String)</h4>
  724. <div class="markdown level1 summary"><p>Sends a warning message.
  725. Equivalent to <code>Log(Level.Warning, message);</code></p>
  726. </div>
  727. <div class="markdown level1 conceptual"></div>
  728. <h5 class="decalaration">Declaration</h5>
  729. <div class="codewrapper">
  730. <pre><code class="lang-csharp hljs">public virtual void Warn(string message)</code></pre>
  731. </div>
  732. <h5 class="parameters">Parameters</h5>
  733. <table class="table table-bordered table-striped table-condensed">
  734. <thead>
  735. <tr>
  736. <th>Type</th>
  737. <th>Name</th>
  738. <th>Description</th>
  739. </tr>
  740. </thead>
  741. <tbody>
  742. <tr>
  743. <td><a class="xref" href="https://docs.microsoft.com/dotnet/api/system.string">String</a></td>
  744. <td><span class="parametername">message</span></td>
  745. <td><p>the message to log</p>
  746. </td>
  747. </tr>
  748. </tbody>
  749. </table>
  750. <h5 id="IPA_Logging_Logger_Warn_System_String__seealso">See Also</h5>
  751. <div class="seealso">
  752. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_String_">Log(Logger.Level, String)</a></div>
  753. </div>
  754. <h3 id="extensionmethods">Extension Methods</h3>
  755. <div>
  756. <a class="xref" href="IPA.Logging.LoggerExtensions.html#IPA_Logging_LoggerExtensions_GetChildLogger_IPA_Logging_Logger_System_String_">LoggerExtensions.GetChildLogger(Logger, String)</a>
  757. </div>
  758. <div>
  759. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetField__2___0_System_String___1_">ReflectionUtil.SetField&lt;T, U&gt;(T, String, U)</a>
  760. </div>
  761. <div>
  762. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetField__2___1_System_String_">ReflectionUtil.GetField&lt;U, T&gt;(T, String)</a>
  763. </div>
  764. <div>
  765. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_SetProperty__2___0_System_String___1_">ReflectionUtil.SetProperty&lt;T, U&gt;(T, String, U)</a>
  766. </div>
  767. <div>
  768. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_GetProperty__2___1_System_String_">ReflectionUtil.GetProperty&lt;U, T&gt;(T, String)</a>
  769. </div>
  770. <div>
  771. <a class="xref" href="IPA.Utilities.ReflectionUtil.html#IPA_Utilities_ReflectionUtil_InvokeMethod__2___1_System_String_System_Object___">ReflectionUtil.InvokeMethod&lt;U, T&gt;(T, String, Object[])</a>
  772. </div>
  773. </article>
  774. </div>
  775. <div class="hidden-sm col-md-2" role="complementary">
  776. <div class="sideaffix">
  777. <div class="contribution">
  778. <ul class="nav">
  779. <li>
  780. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
  781. </li>
  782. <li>
  783. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/0ba9d3c46d55d5ae58d8887ac27b303379298b53/IPA.Loader/Logging/Logger.cs/#L9" class="contribution-link">View Source</a>
  784. </li>
  785. </ul>
  786. </div>
  787. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  788. <h5>In This Article</h5>
  789. <div></div>
  790. </nav>
  791. </div>
  792. </div>
  793. </div>
  794. </div>
  795. <footer>
  796. <div class="grad-bottom"></div>
  797. <div class="footer">
  798. <div class="container">
  799. <span class="pull-right">
  800. <a href="#top">Back to top</a>
  801. </span>
  802. <span>Generated by <strong>DocFX</strong></span>
  803. </div>
  804. </div>
  805. </footer>
  806. </div>
  807. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  808. <script type="text/javascript" src="../styles/docfx.js"></script>
  809. <script type="text/javascript" src="../styles/main.js"></script>
  810. </body>
  811. </html>