Write

Write(string)

将指定的消息写入附加程序。

public void Write(string message)
范围类型描述
messageString要写的消息。

也可以看看


Write(string, Exception)

将指定的消息和异常写入 appenders。

public void Write(string message, Exception exception)
范围类型描述
messageString要写的消息。
exceptionException写的例外。

也可以看看


Write(string, Exception, LogLevel)

将指定的消息和异常写入 appenders。

public void Write(string message, Exception ex, LogLevel level)
范围类型描述
messageString要写的消息。
exException写的例外。
levelLogLevel日志级别。

也可以看看


Write(object)

将指定的消息写入附加程序。

public void Write(object message)
范围类型描述
messageObject要写的消息。

也可以看看