iText 5

NoOpLogger

NoOpLogger Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.log iTextSharp.text.log.NoOpLogger[[NoOpLogger]] iTextSharp.text.log.ILogger[[ILogger]] class iTextSharp.text.log.ILogger interfaceStyle; end iTextSharp.text.log.ILogger --> iTextSharp.text.log.NoOpLogger

Members

Methods

Public methods

Returns

Name

void

Debug

(string message)

void

Error

(...)

ILogger

GetLogger

(...)

void

Info

(string message)

bool

IsLogging

(

Level

level)

void

Trace

(string message)

void

Warn

(string message)

Details

Inheritance

Constructors

NoOpLogger

public NoOpLogger()

Methods

GetLogger [1/2]

Source code

public virtual ILogger GetLogger(Type name)

Arguments

Type

Name

Description

Type

name

Warn

Source code

public virtual void Warn(string message)

Arguments

Type

Name

Description

string

message

Trace

Source code

public virtual void Trace(string message)

Arguments

Type

Name

Description

string

message

Debug

Source code

public virtual void Debug(string message)

Arguments

Type

Name

Description

string

message

Info

Source code

public virtual void Info(string message)

Arguments

Type

Name

Description

string

message

Error [1/2]

Source code

public virtual void Error(string message, Exception e)

Arguments

Type

Name

Description

string

message

Exception

e

IsLogging

Source code

public virtual bool IsLogging(Level level)

Arguments

Type

Name

Description

Level

level

Error [2/2]

Source code

public virtual void Error(string message)

Arguments

Type

Name

Description

string

message

GetLogger [2/2]

Source code

public virtual ILogger GetLogger(string name)

Arguments

Type

Name

Description

string

name

Generated with ModularDoc