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.

849 lines
43 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  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.4.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://learn.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. <div class="inheritedMembers">
  87. <h5>Inherited Members</h5>
  88. <div>
  89. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring#system-object-tostring">Object.ToString()</a>
  90. </div>
  91. <div>
  92. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
  93. </div>
  94. <div>
  95. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
  96. </div>
  97. <div>
  98. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
  99. </div>
  100. <div>
  101. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
  102. </div>
  103. <div>
  104. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
  105. </div>
  106. <div>
  107. <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
  108. </div>
  109. </div>
  110. <h6><strong>Namespace</strong>: <a class="xref" href="IPA.Logging.html">IPA.Logging</a></h6>
  111. <h6><strong>Assembly</strong>: IPA.Loader.dll</h6>
  112. <h5 id="IPA_Logging_Logger_syntax">Syntax</h5>
  113. <div class="codewrapper">
  114. <pre><code class="lang-csharp hljs">public abstract class Logger</code></pre>
  115. </div>
  116. <h3 id="properties">Properties
  117. </h3>
  118. <span class="small pull-right mobile-hide">
  119. <span class="divider">|</span>
  120. <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>
  121. </span>
  122. <span class="small pull-right mobile-hide">
  123. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L51">View Source</a>
  124. </span>
  125. <a id="IPA_Logging_Logger_LogFormat_" data-uid="IPA.Logging.Logger.LogFormat*"></a>
  126. <h4 id="IPA_Logging_Logger_LogFormat" data-uid="IPA.Logging.Logger.LogFormat">LogFormat</h4>
  127. <div class="markdown level1 summary"><p>The standard format for log messages.</p>
  128. </div>
  129. <div class="markdown level1 conceptual"></div>
  130. <h5 class="decalaration">Declaration</h5>
  131. <div class="codewrapper">
  132. <pre><code class="lang-csharp hljs">public static string LogFormat { get; protected set; }</code></pre>
  133. </div>
  134. <h5 class="propertyValue">Property Value</h5>
  135. <table class="table table-bordered table-striped table-condensed">
  136. <thead>
  137. <tr>
  138. <th>Type</th>
  139. <th>Description</th>
  140. </tr>
  141. </thead>
  142. <tbody>
  143. <tr>
  144. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  145. <td><p>the format for the standard loggers to print in</p>
  146. </td>
  147. </tr>
  148. </tbody>
  149. </table>
  150. <h3 id="methods">Methods
  151. </h3>
  152. <span class="small pull-right mobile-hide">
  153. <span class="divider">|</span>
  154. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Critical_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Critical(System.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>
  155. </span>
  156. <span class="small pull-right mobile-hide">
  157. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L305">View Source</a>
  158. </span>
  159. <a id="IPA_Logging_Logger_Critical_" data-uid="IPA.Logging.Logger.Critical*"></a>
  160. <h4 id="IPA_Logging_Logger_Critical_System_Exception_" data-uid="IPA.Logging.Logger.Critical(System.Exception)">Critical(Exception)</h4>
  161. <div class="markdown level1 summary"><p>Sends an exception as a critical message.
  162. Equivalent to <code>Log(Level.Critical, e);</code></p>
  163. </div>
  164. <div class="markdown level1 conceptual"></div>
  165. <h5 class="decalaration">Declaration</h5>
  166. <div class="codewrapper">
  167. <pre><code class="lang-csharp hljs">public virtual void Critical(Exception e)</code></pre>
  168. </div>
  169. <h5 class="parameters">Parameters</h5>
  170. <table class="table table-bordered table-striped table-condensed">
  171. <thead>
  172. <tr>
  173. <th>Type</th>
  174. <th>Name</th>
  175. <th>Description</th>
  176. </tr>
  177. </thead>
  178. <tbody>
  179. <tr>
  180. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  181. <td><span class="parametername">e</span></td>
  182. <td><p>the exception to log</p>
  183. </td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. <h5 id="IPA_Logging_Logger_Critical_System_Exception__seealso">See Also</h5>
  188. <div class="seealso">
  189. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  190. </div>
  191. <span class="small pull-right mobile-hide">
  192. <span class="divider">|</span>
  193. <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>
  194. </span>
  195. <span class="small pull-right mobile-hide">
  196. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L297">View Source</a>
  197. </span>
  198. <a id="IPA_Logging_Logger_Critical_" data-uid="IPA.Logging.Logger.Critical*"></a>
  199. <h4 id="IPA_Logging_Logger_Critical_System_String_" data-uid="IPA.Logging.Logger.Critical(System.String)">Critical(String)</h4>
  200. <div class="markdown level1 summary"><p>Sends a critical message.
  201. Equivalent to <code>Log(Level.Critical, message);</code></p>
  202. </div>
  203. <div class="markdown level1 conceptual"></div>
  204. <h5 class="decalaration">Declaration</h5>
  205. <div class="codewrapper">
  206. <pre><code class="lang-csharp hljs">public virtual void Critical(string message)</code></pre>
  207. </div>
  208. <h5 class="parameters">Parameters</h5>
  209. <table class="table table-bordered table-striped table-condensed">
  210. <thead>
  211. <tr>
  212. <th>Type</th>
  213. <th>Name</th>
  214. <th>Description</th>
  215. </tr>
  216. </thead>
  217. <tbody>
  218. <tr>
  219. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  220. <td><span class="parametername">message</span></td>
  221. <td><p>the message to log</p>
  222. </td>
  223. </tr>
  224. </tbody>
  225. </table>
  226. <h5 id="IPA_Logging_Logger_Critical_System_String__seealso">See Also</h5>
  227. <div class="seealso">
  228. <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>
  229. </div>
  230. <span class="small pull-right mobile-hide">
  231. <span class="divider">|</span>
  232. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Debug_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Debug(System.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>
  233. </span>
  234. <span class="small pull-right mobile-hide">
  235. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L225">View Source</a>
  236. </span>
  237. <a id="IPA_Logging_Logger_Debug_" data-uid="IPA.Logging.Logger.Debug*"></a>
  238. <h4 id="IPA_Logging_Logger_Debug_System_Exception_" data-uid="IPA.Logging.Logger.Debug(System.Exception)">Debug(Exception)</h4>
  239. <div class="markdown level1 summary"><p>Sends an exception as a debug message.
  240. Equivalent to <code>Log(Level.Debug, e);</code></p>
  241. </div>
  242. <div class="markdown level1 conceptual"></div>
  243. <h5 class="decalaration">Declaration</h5>
  244. <div class="codewrapper">
  245. <pre><code class="lang-csharp hljs">public virtual void Debug(Exception e)</code></pre>
  246. </div>
  247. <h5 class="parameters">Parameters</h5>
  248. <table class="table table-bordered table-striped table-condensed">
  249. <thead>
  250. <tr>
  251. <th>Type</th>
  252. <th>Name</th>
  253. <th>Description</th>
  254. </tr>
  255. </thead>
  256. <tbody>
  257. <tr>
  258. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  259. <td><span class="parametername">e</span></td>
  260. <td><p>the exception to log</p>
  261. </td>
  262. </tr>
  263. </tbody>
  264. </table>
  265. <h5 id="IPA_Logging_Logger_Debug_System_Exception__seealso">See Also</h5>
  266. <div class="seealso">
  267. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  268. </div>
  269. <span class="small pull-right mobile-hide">
  270. <span class="divider">|</span>
  271. <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>
  272. </span>
  273. <span class="small pull-right mobile-hide">
  274. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L217">View Source</a>
  275. </span>
  276. <a id="IPA_Logging_Logger_Debug_" data-uid="IPA.Logging.Logger.Debug*"></a>
  277. <h4 id="IPA_Logging_Logger_Debug_System_String_" data-uid="IPA.Logging.Logger.Debug(System.String)">Debug(String)</h4>
  278. <div class="markdown level1 summary"><p>Sends a debug message.
  279. Equivalent to <code>Log(Level.Debug, message);</code></p>
  280. </div>
  281. <div class="markdown level1 conceptual"></div>
  282. <h5 class="decalaration">Declaration</h5>
  283. <div class="codewrapper">
  284. <pre><code class="lang-csharp hljs">public virtual void Debug(string message)</code></pre>
  285. </div>
  286. <h5 class="parameters">Parameters</h5>
  287. <table class="table table-bordered table-striped table-condensed">
  288. <thead>
  289. <tr>
  290. <th>Type</th>
  291. <th>Name</th>
  292. <th>Description</th>
  293. </tr>
  294. </thead>
  295. <tbody>
  296. <tr>
  297. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  298. <td><span class="parametername">message</span></td>
  299. <td><p>the message to log</p>
  300. </td>
  301. </tr>
  302. </tbody>
  303. </table>
  304. <h5 id="IPA_Logging_Logger_Debug_System_String__seealso">See Also</h5>
  305. <div class="seealso">
  306. <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>
  307. </div>
  308. <span class="small pull-right mobile-hide">
  309. <span class="divider">|</span>
  310. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Error_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Error(System.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>
  311. </span>
  312. <span class="small pull-right mobile-hide">
  313. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L289">View Source</a>
  314. </span>
  315. <a id="IPA_Logging_Logger_Error_" data-uid="IPA.Logging.Logger.Error*"></a>
  316. <h4 id="IPA_Logging_Logger_Error_System_Exception_" data-uid="IPA.Logging.Logger.Error(System.Exception)">Error(Exception)</h4>
  317. <div class="markdown level1 summary"><p>Sends an exception as an error message.
  318. Equivalent to <code>Log(Level.Error, e);</code></p>
  319. </div>
  320. <div class="markdown level1 conceptual"></div>
  321. <h5 class="decalaration">Declaration</h5>
  322. <div class="codewrapper">
  323. <pre><code class="lang-csharp hljs">public virtual void Error(Exception e)</code></pre>
  324. </div>
  325. <h5 class="parameters">Parameters</h5>
  326. <table class="table table-bordered table-striped table-condensed">
  327. <thead>
  328. <tr>
  329. <th>Type</th>
  330. <th>Name</th>
  331. <th>Description</th>
  332. </tr>
  333. </thead>
  334. <tbody>
  335. <tr>
  336. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  337. <td><span class="parametername">e</span></td>
  338. <td><p>the exception to log</p>
  339. </td>
  340. </tr>
  341. </tbody>
  342. </table>
  343. <h5 id="IPA_Logging_Logger_Error_System_Exception__seealso">See Also</h5>
  344. <div class="seealso">
  345. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  346. </div>
  347. <span class="small pull-right mobile-hide">
  348. <span class="divider">|</span>
  349. <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>
  350. </span>
  351. <span class="small pull-right mobile-hide">
  352. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L281">View Source</a>
  353. </span>
  354. <a id="IPA_Logging_Logger_Error_" data-uid="IPA.Logging.Logger.Error*"></a>
  355. <h4 id="IPA_Logging_Logger_Error_System_String_" data-uid="IPA.Logging.Logger.Error(System.String)">Error(String)</h4>
  356. <div class="markdown level1 summary"><p>Sends an error message.
  357. Equivalent to <code>Log(Level.Error, message);</code></p>
  358. </div>
  359. <div class="markdown level1 conceptual"></div>
  360. <h5 class="decalaration">Declaration</h5>
  361. <div class="codewrapper">
  362. <pre><code class="lang-csharp hljs">public virtual void Error(string message)</code></pre>
  363. </div>
  364. <h5 class="parameters">Parameters</h5>
  365. <table class="table table-bordered table-striped table-condensed">
  366. <thead>
  367. <tr>
  368. <th>Type</th>
  369. <th>Name</th>
  370. <th>Description</th>
  371. </tr>
  372. </thead>
  373. <tbody>
  374. <tr>
  375. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  376. <td><span class="parametername">message</span></td>
  377. <td><p>the message to log</p>
  378. </td>
  379. </tr>
  380. </tbody>
  381. </table>
  382. <h5 id="IPA_Logging_Logger_Error_System_String__seealso">See Also</h5>
  383. <div class="seealso">
  384. <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>
  385. </div>
  386. <span class="small pull-right mobile-hide">
  387. <span class="divider">|</span>
  388. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Info_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Info(System.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>
  389. </span>
  390. <span class="small pull-right mobile-hide">
  391. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L241">View Source</a>
  392. </span>
  393. <a id="IPA_Logging_Logger_Info_" data-uid="IPA.Logging.Logger.Info*"></a>
  394. <h4 id="IPA_Logging_Logger_Info_System_Exception_" data-uid="IPA.Logging.Logger.Info(System.Exception)">Info(Exception)</h4>
  395. <div class="markdown level1 summary"><p>Sends an exception as an info message.
  396. Equivalent to <code>Log(Level.Info, e);</code></p>
  397. </div>
  398. <div class="markdown level1 conceptual"></div>
  399. <h5 class="decalaration">Declaration</h5>
  400. <div class="codewrapper">
  401. <pre><code class="lang-csharp hljs">public virtual void Info(Exception e)</code></pre>
  402. </div>
  403. <h5 class="parameters">Parameters</h5>
  404. <table class="table table-bordered table-striped table-condensed">
  405. <thead>
  406. <tr>
  407. <th>Type</th>
  408. <th>Name</th>
  409. <th>Description</th>
  410. </tr>
  411. </thead>
  412. <tbody>
  413. <tr>
  414. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  415. <td><span class="parametername">e</span></td>
  416. <td><p>the exception to log</p>
  417. </td>
  418. </tr>
  419. </tbody>
  420. </table>
  421. <h5 id="IPA_Logging_Logger_Info_System_Exception__seealso">See Also</h5>
  422. <div class="seealso">
  423. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  424. </div>
  425. <span class="small pull-right mobile-hide">
  426. <span class="divider">|</span>
  427. <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>
  428. </span>
  429. <span class="small pull-right mobile-hide">
  430. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L233">View Source</a>
  431. </span>
  432. <a id="IPA_Logging_Logger_Info_" data-uid="IPA.Logging.Logger.Info*"></a>
  433. <h4 id="IPA_Logging_Logger_Info_System_String_" data-uid="IPA.Logging.Logger.Info(System.String)">Info(String)</h4>
  434. <div class="markdown level1 summary"><p>Sends an info message.
  435. Equivalent to <code>Log(Level.Info, message);</code></p>
  436. </div>
  437. <div class="markdown level1 conceptual"></div>
  438. <h5 class="decalaration">Declaration</h5>
  439. <div class="codewrapper">
  440. <pre><code class="lang-csharp hljs">public virtual void Info(string message)</code></pre>
  441. </div>
  442. <h5 class="parameters">Parameters</h5>
  443. <table class="table table-bordered table-striped table-condensed">
  444. <thead>
  445. <tr>
  446. <th>Type</th>
  447. <th>Name</th>
  448. <th>Description</th>
  449. </tr>
  450. </thead>
  451. <tbody>
  452. <tr>
  453. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  454. <td><span class="parametername">message</span></td>
  455. <td><p>the message to log</p>
  456. </td>
  457. </tr>
  458. </tbody>
  459. </table>
  460. <h5 id="IPA_Logging_Logger_Info_System_String__seealso">See Also</h5>
  461. <div class="seealso">
  462. <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>
  463. </div>
  464. <span class="small pull-right mobile-hide">
  465. <span class="divider">|</span>
  466. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Log(IPA.Logging.Logger.Level%2CSystem.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>
  467. </span>
  468. <span class="small pull-right mobile-hide">
  469. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L193">View Source</a>
  470. </span>
  471. <a id="IPA_Logging_Logger_Log_" data-uid="IPA.Logging.Logger.Log*"></a>
  472. <h4 id="IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_" data-uid="IPA.Logging.Logger.Log(IPA.Logging.Logger.Level,System.Exception)">Log(Logger.Level, Exception)</h4>
  473. <div class="markdown level1 summary"><p>A basic log function taking an exception to log.</p>
  474. </div>
  475. <div class="markdown level1 conceptual"></div>
  476. <h5 class="decalaration">Declaration</h5>
  477. <div class="codewrapper">
  478. <pre><code class="lang-csharp hljs">public virtual void Log(Logger.Level level, Exception e)</code></pre>
  479. </div>
  480. <h5 class="parameters">Parameters</h5>
  481. <table class="table table-bordered table-striped table-condensed">
  482. <thead>
  483. <tr>
  484. <th>Type</th>
  485. <th>Name</th>
  486. <th>Description</th>
  487. </tr>
  488. </thead>
  489. <tbody>
  490. <tr>
  491. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  492. <td><span class="parametername">level</span></td>
  493. <td><p>the level of the message</p>
  494. </td>
  495. </tr>
  496. <tr>
  497. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  498. <td><span class="parametername">e</span></td>
  499. <td><p>the exception to log</p>
  500. </td>
  501. </tr>
  502. </tbody>
  503. </table>
  504. <span class="small pull-right mobile-hide">
  505. <span class="divider">|</span>
  506. <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>
  507. </span>
  508. <span class="small pull-right mobile-hide">
  509. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L186">View Source</a>
  510. </span>
  511. <a id="IPA_Logging_Logger_Log_" data-uid="IPA.Logging.Logger.Log*"></a>
  512. <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>
  513. <div class="markdown level1 summary"><p>A basic log function.</p>
  514. </div>
  515. <div class="markdown level1 conceptual"></div>
  516. <h5 class="decalaration">Declaration</h5>
  517. <div class="codewrapper">
  518. <pre><code class="lang-csharp hljs">public abstract void Log(Logger.Level level, string message)</code></pre>
  519. </div>
  520. <h5 class="parameters">Parameters</h5>
  521. <table class="table table-bordered table-striped table-condensed">
  522. <thead>
  523. <tr>
  524. <th>Type</th>
  525. <th>Name</th>
  526. <th>Description</th>
  527. </tr>
  528. </thead>
  529. <tbody>
  530. <tr>
  531. <td><a class="xref" href="IPA.Logging.Logger.Level.html">Logger.Level</a></td>
  532. <td><span class="parametername">level</span></td>
  533. <td><p>the level of the message</p>
  534. </td>
  535. </tr>
  536. <tr>
  537. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  538. <td><span class="parametername">message</span></td>
  539. <td><p>the message to log</p>
  540. </td>
  541. </tr>
  542. </tbody>
  543. </table>
  544. <span class="small pull-right mobile-hide">
  545. <span class="divider">|</span>
  546. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Notice_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Notice(System.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>
  547. </span>
  548. <span class="small pull-right mobile-hide">
  549. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L257">View Source</a>
  550. </span>
  551. <a id="IPA_Logging_Logger_Notice_" data-uid="IPA.Logging.Logger.Notice*"></a>
  552. <h4 id="IPA_Logging_Logger_Notice_System_Exception_" data-uid="IPA.Logging.Logger.Notice(System.Exception)">Notice(Exception)</h4>
  553. <div class="markdown level1 summary"><p>Sends an exception as a notice message.
  554. Equivalent to <code>Log(Level.Notice, e);</code></p>
  555. </div>
  556. <div class="markdown level1 conceptual"></div>
  557. <h5 class="decalaration">Declaration</h5>
  558. <div class="codewrapper">
  559. <pre><code class="lang-csharp hljs">public virtual void Notice(Exception e)</code></pre>
  560. </div>
  561. <h5 class="parameters">Parameters</h5>
  562. <table class="table table-bordered table-striped table-condensed">
  563. <thead>
  564. <tr>
  565. <th>Type</th>
  566. <th>Name</th>
  567. <th>Description</th>
  568. </tr>
  569. </thead>
  570. <tbody>
  571. <tr>
  572. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  573. <td><span class="parametername">e</span></td>
  574. <td><p>the exception to log</p>
  575. </td>
  576. </tr>
  577. </tbody>
  578. </table>
  579. <h5 id="IPA_Logging_Logger_Notice_System_Exception__seealso">See Also</h5>
  580. <div class="seealso">
  581. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  582. </div>
  583. <span class="small pull-right mobile-hide">
  584. <span class="divider">|</span>
  585. <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>
  586. </span>
  587. <span class="small pull-right mobile-hide">
  588. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L249">View Source</a>
  589. </span>
  590. <a id="IPA_Logging_Logger_Notice_" data-uid="IPA.Logging.Logger.Notice*"></a>
  591. <h4 id="IPA_Logging_Logger_Notice_System_String_" data-uid="IPA.Logging.Logger.Notice(System.String)">Notice(String)</h4>
  592. <div class="markdown level1 summary"><p>Sends a notice message.
  593. Equivalent to <code>Log(Level.Notice, message);</code></p>
  594. </div>
  595. <div class="markdown level1 conceptual"></div>
  596. <h5 class="decalaration">Declaration</h5>
  597. <div class="codewrapper">
  598. <pre><code class="lang-csharp hljs">public virtual void Notice(string message)</code></pre>
  599. </div>
  600. <h5 class="parameters">Parameters</h5>
  601. <table class="table table-bordered table-striped table-condensed">
  602. <thead>
  603. <tr>
  604. <th>Type</th>
  605. <th>Name</th>
  606. <th>Description</th>
  607. </tr>
  608. </thead>
  609. <tbody>
  610. <tr>
  611. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  612. <td><span class="parametername">message</span></td>
  613. <td><p>the message to log</p>
  614. </td>
  615. </tr>
  616. </tbody>
  617. </table>
  618. <h5 id="IPA_Logging_Logger_Notice_System_String__seealso">See Also</h5>
  619. <div class="seealso">
  620. <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>
  621. </div>
  622. <span class="small pull-right mobile-hide">
  623. <span class="divider">|</span>
  624. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Trace_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Trace(System.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>
  625. </span>
  626. <span class="small pull-right mobile-hide">
  627. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L209">View Source</a>
  628. </span>
  629. <a id="IPA_Logging_Logger_Trace_" data-uid="IPA.Logging.Logger.Trace*"></a>
  630. <h4 id="IPA_Logging_Logger_Trace_System_Exception_" data-uid="IPA.Logging.Logger.Trace(System.Exception)">Trace(Exception)</h4>
  631. <div class="markdown level1 summary"><p>Sends an exception as a trace message.
  632. Equivalent to <code>Log(Level.Trace, e);</code></p>
  633. </div>
  634. <div class="markdown level1 conceptual"></div>
  635. <h5 class="decalaration">Declaration</h5>
  636. <div class="codewrapper">
  637. <pre><code class="lang-csharp hljs">public virtual void Trace(Exception e)</code></pre>
  638. </div>
  639. <h5 class="parameters">Parameters</h5>
  640. <table class="table table-bordered table-striped table-condensed">
  641. <thead>
  642. <tr>
  643. <th>Type</th>
  644. <th>Name</th>
  645. <th>Description</th>
  646. </tr>
  647. </thead>
  648. <tbody>
  649. <tr>
  650. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  651. <td><span class="parametername">e</span></td>
  652. <td><p>the exception to log</p>
  653. </td>
  654. </tr>
  655. </tbody>
  656. </table>
  657. <h5 id="IPA_Logging_Logger_Trace_System_Exception__seealso">See Also</h5>
  658. <div class="seealso">
  659. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  660. </div>
  661. <span class="small pull-right mobile-hide">
  662. <span class="divider">|</span>
  663. <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>
  664. </span>
  665. <span class="small pull-right mobile-hide">
  666. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L201">View Source</a>
  667. </span>
  668. <a id="IPA_Logging_Logger_Trace_" data-uid="IPA.Logging.Logger.Trace*"></a>
  669. <h4 id="IPA_Logging_Logger_Trace_System_String_" data-uid="IPA.Logging.Logger.Trace(System.String)">Trace(String)</h4>
  670. <div class="markdown level1 summary"><p>Sends a trace message.
  671. Equivalent to <code>Log(Level.Trace, message);</code></p>
  672. </div>
  673. <div class="markdown level1 conceptual"></div>
  674. <h5 class="decalaration">Declaration</h5>
  675. <div class="codewrapper">
  676. <pre><code class="lang-csharp hljs">public virtual void Trace(string message)</code></pre>
  677. </div>
  678. <h5 class="parameters">Parameters</h5>
  679. <table class="table table-bordered table-striped table-condensed">
  680. <thead>
  681. <tr>
  682. <th>Type</th>
  683. <th>Name</th>
  684. <th>Description</th>
  685. </tr>
  686. </thead>
  687. <tbody>
  688. <tr>
  689. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  690. <td><span class="parametername">message</span></td>
  691. <td><p>the message to log</p>
  692. </td>
  693. </tr>
  694. </tbody>
  695. </table>
  696. <h5 id="IPA_Logging_Logger_Trace_System_String__seealso">See Also</h5>
  697. <div class="seealso">
  698. <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>
  699. </div>
  700. <span class="small pull-right mobile-hide">
  701. <span class="divider">|</span>
  702. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/new/master/docs/override/new?filename=IPA_Logging_Logger_Warn_System_Exception_.md&amp;value=---%0Auid%3A%20IPA.Logging.Logger.Warn(System.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>
  703. </span>
  704. <span class="small pull-right mobile-hide">
  705. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L273">View Source</a>
  706. </span>
  707. <a id="IPA_Logging_Logger_Warn_" data-uid="IPA.Logging.Logger.Warn*"></a>
  708. <h4 id="IPA_Logging_Logger_Warn_System_Exception_" data-uid="IPA.Logging.Logger.Warn(System.Exception)">Warn(Exception)</h4>
  709. <div class="markdown level1 summary"><p>Sends an exception as a warning message.
  710. Equivalent to <code>Log(Level.Warning, e);</code></p>
  711. </div>
  712. <div class="markdown level1 conceptual"></div>
  713. <h5 class="decalaration">Declaration</h5>
  714. <div class="codewrapper">
  715. <pre><code class="lang-csharp hljs">public virtual void Warn(Exception e)</code></pre>
  716. </div>
  717. <h5 class="parameters">Parameters</h5>
  718. <table class="table table-bordered table-striped table-condensed">
  719. <thead>
  720. <tr>
  721. <th>Type</th>
  722. <th>Name</th>
  723. <th>Description</th>
  724. </tr>
  725. </thead>
  726. <tbody>
  727. <tr>
  728. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td>
  729. <td><span class="parametername">e</span></td>
  730. <td><p>the exception to log</p>
  731. </td>
  732. </tr>
  733. </tbody>
  734. </table>
  735. <h5 id="IPA_Logging_Logger_Warn_System_Exception__seealso">See Also</h5>
  736. <div class="seealso">
  737. <div><a class="xref" href="IPA.Logging.Logger.html#IPA_Logging_Logger_Log_IPA_Logging_Logger_Level_System_Exception_">Log(Logger.Level, Exception)</a></div>
  738. </div>
  739. <span class="small pull-right mobile-hide">
  740. <span class="divider">|</span>
  741. <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>
  742. </span>
  743. <span class="small pull-right mobile-hide">
  744. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L265">View Source</a>
  745. </span>
  746. <a id="IPA_Logging_Logger_Warn_" data-uid="IPA.Logging.Logger.Warn*"></a>
  747. <h4 id="IPA_Logging_Logger_Warn_System_String_" data-uid="IPA.Logging.Logger.Warn(System.String)">Warn(String)</h4>
  748. <div class="markdown level1 summary"><p>Sends a warning message.
  749. Equivalent to <code>Log(Level.Warning, message);</code></p>
  750. </div>
  751. <div class="markdown level1 conceptual"></div>
  752. <h5 class="decalaration">Declaration</h5>
  753. <div class="codewrapper">
  754. <pre><code class="lang-csharp hljs">public virtual void Warn(string message)</code></pre>
  755. </div>
  756. <h5 class="parameters">Parameters</h5>
  757. <table class="table table-bordered table-striped table-condensed">
  758. <thead>
  759. <tr>
  760. <th>Type</th>
  761. <th>Name</th>
  762. <th>Description</th>
  763. </tr>
  764. </thead>
  765. <tbody>
  766. <tr>
  767. <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
  768. <td><span class="parametername">message</span></td>
  769. <td><p>the message to log</p>
  770. </td>
  771. </tr>
  772. </tbody>
  773. </table>
  774. <h5 id="IPA_Logging_Logger_Warn_System_String__seealso">See Also</h5>
  775. <div class="seealso">
  776. <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>
  777. </div>
  778. <h3 id="extensionmethods">Extension Methods</h3>
  779. <div>
  780. <a class="xref" href="IPA.Logging.LoggerExtensions.html#IPA_Logging_LoggerExtensions_GetChildLogger_IPA_Logging_Logger_System_String_">LoggerExtensions.GetChildLogger(Logger, String)</a>
  781. </div>
  782. <div>
  783. <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>
  784. </div>
  785. <div>
  786. <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>
  787. </div>
  788. <div>
  789. <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>
  790. </div>
  791. <div>
  792. <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>
  793. </div>
  794. <div>
  795. <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>
  796. </div>
  797. </article>
  798. </div>
  799. <div class="hidden-sm col-md-2" role="complementary">
  800. <div class="sideaffix">
  801. <div class="contribution">
  802. <ul class="nav">
  803. <li>
  804. <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>
  805. </li>
  806. <li>
  807. <a href="https://github.com/nike4613/BeatSaber-IPA-Reloaded/blob/80222a6da147bae9b95433ef78d03c5dd581e465/IPA.Loader/Logging/Logger.cs/#L9" class="contribution-link">View Source</a>
  808. </li>
  809. </ul>
  810. </div>
  811. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  812. <h5>In This Article</h5>
  813. <div></div>
  814. </nav>
  815. </div>
  816. </div>
  817. </div>
  818. </div>
  819. <footer>
  820. <div class="grad-bottom"></div>
  821. <div class="footer">
  822. <div class="container">
  823. <span class="pull-right">
  824. <a href="#top">Back to top</a>
  825. </span>
  826. <span>Generated by <strong>DocFX</strong></span>
  827. </div>
  828. </div>
  829. </footer>
  830. </div>
  831. <script type="text/javascript" src="../styles/docfx.vendor.js"></script>
  832. <script type="text/javascript" src="../styles/docfx.js"></script>
  833. <script type="text/javascript" src="../styles/main.js"></script>
  834. </body>
  835. </html>