OrleansLoggerExtension Class

Definition

Extension methods which preserves legacy orleans log methods style

public static class OrleansLoggerExtension
type OrleansLoggerExtension = class
Public Module OrleansLoggerExtension
Inheritance
OrleansLoggerExtension

Methods

Assert(ILogger, ErrorCode, Boolean, String)
Debug(ILogger, ErrorCode, String)
Debug(ILogger, ErrorCode, String, Object[])
Debug(ILogger, Int32, String)

Writes a log entry at the Debug logLevel

Debug(ILogger, Int32, String, Object[])

Writes a log entry at the Debug logLevel

Debug(ILogger, String)

Writes a log entry at the Verbose severity level. Verbose is suitable for debugging information that should usually not be logged in production. Verbose is lower than Info.

Debug(ILogger, String, Object[])

Writes a log entry at the Debug severity level.

Error(ILogger, ErrorCode, String, Exception)
Error(ILogger, Int32, String, Exception)

Writes a log entry at the Error level

Fail(ILogger, ErrorCode, String)
Info(ILogger, ErrorCode, String)
Info(ILogger, ErrorCode, String, Object[])
Info(ILogger, Int32, String)

Writes a log entry at the Information logLevel

Info(ILogger, Int32, String, Object[])

Writes a log entry at the Information logLevel

Info(ILogger, String)

Writes a log entry at the Info logLevel

Info(ILogger, String, Object[])

Writes a log entry at the Information Level

Trace(ILogger, ErrorCode, String)
Trace(ILogger, ErrorCode, String, Object[])
Trace(ILogger, Int32, String)

Writes a log entry at the Trace logLevel

Trace(ILogger, Int32, String, Object[])

Writes a log entry at the Trace logLevel

Trace(ILogger, String)

Writes a log entry at the Verbose2 severity level. Verbose2 is lower than Verbose.

Trace(ILogger, String, Object[])

Writes a log entry at the Trace logLevel.

Warn(ILogger, ErrorCode, String, Exception)
Warn(ILogger, ErrorCode, String, Object[])
Warn(ILogger, Int32, String, Exception)

Writes a log entry at the Warning level

Warn(ILogger, Int32, String, Object[])

Writes a log entry at the Warning level

Applies to