Class SdkLogger
Output log to be used within SDK
Inherited Members
Namespace: Pixiv.VroidSdk.Logger
Assembly: Pixiv.VroidSdk.dll
Syntax
public static class SdkLogger
Properties
SdkLogWriter
Log output location
Declaration
public static ISdkLogWriter SdkLogWriter { get; set; }
Property Value
Type | Description |
---|---|
ISdkLogWriter |
Methods
Log(Object)
Output default level log
Declaration
public static void Log(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | Output object |
LogError(Object)
Output error level log
Declaration
public static void LogError(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | Output object |
LogException(Exception)
Output exception
Declaration
public static void LogException(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | Exception output |
LogWarning(Object)
Output warning level log
Declaration
public static void LogWarning(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | Output object |