Class Logger
Inheritance
System.Object
Logger
Assembly: OpenAPI.dll
Syntax
public class Logger : object
Methods
|
Improve this Doc
View Source
Error(String)
Declaration
public void Error(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
GetLogger(String)
Declaration
public static Logger GetLogger(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Improve this Doc
View Source
GetLogger(Type)
Declaration
public static Logger GetLogger(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
|
Improve this Doc
View Source
Info(String)
Declaration
public void Info(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
Warn(String)
Declaration
public void Warn(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|