Interface ILogger
Assembly: Glitch9.dll
Syntax
Properties
|
Edit this page
View Source
LogLevel
Declaration
TraceLevel LogLevel { get; }
Property Value
|
Edit this page
View Source
Tag
Declaration
Property Value
Methods
|
Edit this page
View Source
Error(string, string, string)
Declaration
void Error(string message, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Exception(Exception, string, string)
Declaration
void Exception(Exception exception, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Info(string, string, string)
Declaration
void Info(string message, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
PrintLog(Log, string, string)
Declaration
void PrintLog(Log log, string callerMemberName = "", string callerFilePath = "")
Parameters
| Type |
Name |
Description |
| Log |
log |
|
| string |
callerMemberName |
|
| string |
callerFilePath |
|
|
Edit this page
View Source
Verbose(string, string, string)
Declaration
void Verbose(string message, string callerMemberName = "", string callerFilePath = "")
Parameters
|
Edit this page
View Source
Warning(string, string, string)
Declaration
void Warning(string message, string callerMemberName = "", string callerFilePath = "")
Parameters
Extension Methods