Skip to content
Snippets Groups Projects
  • Jon Skeet's avatar
    e813bc76
    Add a NullLogger in the C# implementation · e813bc76
    Jon Skeet authored
    I'd argue that at this stage, this should probably be the default. Further options to consider:
    
    - Make it a singleton, or at least expose a static property with a single instance?
    - Allow SetLogger(null) to use the NullLogger?
    e813bc76
    History
    Add a NullLogger in the C# implementation
    Jon Skeet authored
    I'd argue that at this stage, this should probably be the default. Further options to consider:
    
    - Make it a singleton, or at least expose a static property with a single instance?
    - Allow SetLogger(null) to use the NullLogger?